diff options
author | 2002-03-31 19:17:51 +0000 | |
---|---|---|
committer | 2002-03-31 19:17:51 +0000 | |
commit | 0c31c4d1408769008dcadbfe449a5c48d9ce1801 (patch) | |
tree | 0ee677088d823a7bb0aa3e981de7d399bbd04305 /sys-apps | |
parent | remove glibc dep (diff) | |
download | historical-0c31c4d1408769008dcadbfe449a5c48d9ce1801.tar.gz historical-0c31c4d1408769008dcadbfe449a5c48d9ce1801.tar.bz2 historical-0c31c4d1408769008dcadbfe449a5c48d9ce1801.zip |
dep fixum
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/baselayout/baselayout-1.7.6.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/portage/portage-1.8.9.ebuild | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/sys-apps/baselayout/baselayout-1.7.6.ebuild b/sys-apps/baselayout/baselayout-1.7.6.ebuild index 942803d6d67a..a4e6069e9859 100644 --- a/sys-apps/baselayout/baselayout-1.7.6.ebuild +++ b/sys-apps/baselayout/baselayout-1.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.6.ebuild,v 1.1 2002/03/24 19:12:57 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.6.ebuild,v 1.2 2002/03/31 19:17:51 drobbins Exp $ SV="1.3.2" SVREV="" @@ -15,10 +15,11 @@ HOMEPAGE="http://www.gentoo.org" DEPEND="sys-kernel/linux-headers" RDEPEND="" -if [ -z "`use build`" ] -then - RDEPEND="sys-apps/kbd" -fi +#baselayout shouldn't have any runtime dependencies. it creates circular deps fast. +#if [ -z "`use build`" ] +#then +# RDEPEND="sys-apps/kbd" +#fi #This ebuild needs to be merged "live". You can't simply make a package of it and merge it later. diff --git a/sys-apps/portage/portage-1.8.9.ebuild b/sys-apps/portage/portage-1.8.9.ebuild index c9f82b7f53b9..b35df20146ed 100644 --- a/sys-apps/portage/portage-1.8.9.ebuild +++ b/sys-apps/portage/portage-1.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.8.9.ebuild,v 1.3 2002/03/31 18:50:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.8.9.ebuild,v 1.4 2002/03/31 19:17:51 drobbins Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -13,7 +13,7 @@ if [ "`use build`" ] then RDEPEND="" else - RDEPEND=">=sys-apps/fileutils-4.1.8 >=dev-lang/python-2.2 sys-apps/debianutils" + RDEPEND=">=sys-apps/fileutils-4.1.8 =dev-lang/python-2.2* sys-apps/debianutils" fi src_unpack() { |