diff options
Diffstat (limited to 'eclass/gnustep-2.eclass')
-rw-r--r-- | eclass/gnustep-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gnustep-2.eclass b/eclass/gnustep-2.eclass index 473b19868ca7..3059b4b96794 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.2 2008/01/06 19:30:24 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.3 2008/10/03 14:59:42 voyageur Exp $ inherit gnustep-base @@ -15,6 +15,7 @@ RDEPEND="${DEPEND} # The following gnustep-based EXPORT_FUNCTIONS are available: # * gnustep-base_pkg_setup +# * gnustep-base_src_configure (EAPI=2 only) # * gnustep-base_src_compile # * gnustep-base_src_install # * gnustep-base_pkg_postinst |