diff options
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/cmake-utils.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index f58c55ebb4f8..a559c5233dea 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.868 2013/06/30 10:52:44 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.869 2013/07/02 14:36:20 kensington Exp $ + + 02 Jul 2013; Michael Palimaka <kensington@gentoo.org> cmake-utils.eclass: + Correct src_prepare description. 30 Jun 2013; Pacho Ramos <pacho@gentoo.org> +gnome-games.eclass: Add eclass to be used by all now splitted gnome-games diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index d30bbaa2237f..6fbd0f7cbbb8 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.97 2013/07/01 23:30:26 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.98 2013/07/02 14:36:20 kensington Exp $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -619,7 +619,7 @@ enable_cmake-utils_src_test() { # @FUNCTION: cmake-utils_src_prepare # @DESCRIPTION: -# Wrapper function around base_src_prepare, just to expand the eclass API. +# Apply ebuild and user patches. cmake-utils_src_prepare() { _execute_optionaly "src_prepare" "$@" } |