diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-11-25 10:11:40 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-11-25 10:11:40 +0000 |
commit | bd2d811bf740b84604ee9a6607468a4a85eeae1e (patch) | |
tree | c206ae2297550fdb80b049500ec5e70b91db4a16 /eclass/gnustep-2.eclass | |
parent | amd64 stable, bug #284325 (diff) | |
download | historical-bd2d811bf740b84604ee9a6607468a4a85eeae1e.tar.gz historical-bd2d811bf740b84604ee9a6607468a4a85eeae1e.tar.bz2 historical-bd2d811bf740b84604ee9a6607468a4a85eeae1e.zip |
Add src_prepare support
Diffstat (limited to 'eclass/gnustep-2.eclass')
-rw-r--r-- | eclass/gnustep-2.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/gnustep-2.eclass b/eclass/gnustep-2.eclass index 3059b4b96794..2e29ed9c8fe8 100644 --- a/eclass/gnustep-2.eclass +++ b/eclass/gnustep-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.3 2008/10/03 14:59:42 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.4 2009/11/25 10:11:40 voyageur Exp $ inherit gnustep-base @@ -15,7 +15,9 @@ RDEPEND="${DEPEND} # The following gnustep-based EXPORT_FUNCTIONS are available: # * gnustep-base_pkg_setup -# * gnustep-base_src_configure (EAPI=2 only) +# * gnustep-base_src_unpack (EAPI 0|1 only) +# * gnustep-base_src_prepare (EAPI>=2 only) +# * gnustep-base_src_configure (EAPI>=2 only) # * gnustep-base_src_compile # * gnustep-base_src_install # * gnustep-base_pkg_postinst |