diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-23 19:43:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-23 19:43:07 +0000 |
commit | c4086c40e4727b8b5ce26fb2ff86affebfc1eb77 (patch) | |
tree | d68ee8691d8fac0dc1c20305298d28b57972ce65 /eclass | |
parent | unmask baselayout 1.12 in selinux profile (diff) | |
download | gentoo-2-c4086c40e4727b8b5ce26fb2ff86affebfc1eb77.tar.gz gentoo-2-c4086c40e4727b8b5ce26fb2ff86affebfc1eb77.tar.bz2 gentoo-2-c4086c40e4727b8b5ce26fb2ff86affebfc1eb77.zip |
Set empty RDEPEND in eclass, avoids tainting the RDEPENDs with autotools.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 551d92db176b..2d7ad3550ef8 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.45 2006/09/22 22:25:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.46 2006/09/23 19:43:07 flameeyes Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # Enhancements: Martin Schlemmer <azarah@gentoo.org> @@ -27,6 +27,7 @@ fi DEPEND="${_automake_atom} ${_autoconf_atom} sys-devel/libtool" +RDEPEND="" unset _automake_atom _autoconf_atom # Variables: |