diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-27 17:02:37 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-27 17:02:37 +0000 |
commit | 145c31653fb2cc737c547b8bed65851dce63cd31 (patch) | |
tree | d4ac87a8bc13e450e56764dae6743064b9eb4ee1 /eclass | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-145c31653fb2cc737c547b8bed65851dce63cd31.tar.gz gentoo-2-145c31653fb2cc737c547b8bed65851dce63cd31.tar.bz2 gentoo-2-145c31653fb2cc737c547b8bed65851dce63cd31.zip |
mozilla, mozconfig.eclass: Dont depend on portage
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 3 | ||||
-rw-r--r-- | eclass/mozilla.eclass | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index bea893cb864e..edc70465cc98 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.28 2006/10/14 20:27:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.29 2007/02/27 17:02:37 genstef Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -19,7 +19,6 @@ RDEPEND="|| ( ( x11-libs/libXrender >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b >=media-libs/libpng-1.2.1 - >=sys-apps/portage-2.0.36 dev-libs/expat app-arch/zip app-arch/unzip diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index 422bf67a5910..517bbdc50053 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.31 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.32 2007/02/27 17:02:37 genstef Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. @@ -21,7 +21,6 @@ RDEPEND="virtual/x11 >=media-libs/jpeg-6b >=media-libs/libmng-1.0.0 >=media-libs/libpng-1.2.1 - >=sys-apps/portage-2.0.36 dev-libs/expat app-arch/zip app-arch/unzip |