diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-08-19 23:44:44 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-08-19 23:44:44 +0000 |
commit | 50f3dc9fee91d186c292d68f4de82ffed59eb8a6 (patch) | |
tree | ffbfc7c84dcb3062a5d7dcdece478f8e4955758a /sys-apps | |
parent | Fixed the bug in ps-print package. (diff) | |
download | historical-50f3dc9fee91d186c292d68f4de82ffed59eb8a6.tar.gz historical-50f3dc9fee91d186c292d68f4de82ffed59eb8a6.tar.bz2 historical-50f3dc9fee91d186c292d68f4de82ffed59eb8a6.zip |
RDEPEND fix to avoid messing up our caching.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/portage-2.0.28.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.29.ebuild | 11 |
2 files changed, 4 insertions, 18 deletions
diff --git a/sys-apps/portage/portage-2.0.28.ebuild b/sys-apps/portage/portage-2.0.28.ebuild index 7b597871b1d3..64767e6f6e03 100644 --- a/sys-apps/portage/portage-2.0.28.ebuild +++ b/sys-apps/portage/portage-2.0.28.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/portage/portage-2.0.28.ebuild,v 1.1 2002/08/17 15:31:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.28.ebuild,v 1.2 2002/08/19 23:44:44 drobbins Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -9,14 +9,7 @@ SRC_URI="" HOMEPAGE="http://www.gentoo.org" KEYWORDS="x86 ppc sparc sparc64" LICENSE="GPL-2" - -#We need this if/then/else clause for compatibility with stuff that doesn't know !build? -if [ "`use build`" ] -then - RDEPEND="" -else - RDEPEND=">=sys-apps/fileutils-4.1.8 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=sys-apps/bash-2.05a" -fi +RDEPEND="!build? ( >=sys-apps/fileutils-4.1.8 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=sys-apps/bash-2.05a )" src_unpack() { #We are including the Portage bzipped tarball on CVS now, so that if a person's diff --git a/sys-apps/portage/portage-2.0.29.ebuild b/sys-apps/portage/portage-2.0.29.ebuild index 32b64de8bfa6..828d22ac996c 100644 --- a/sys-apps/portage/portage-2.0.29.ebuild +++ b/sys-apps/portage/portage-2.0.29.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/portage/portage-2.0.29.ebuild,v 1.1 2002/08/19 01:30:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.29.ebuild,v 1.2 2002/08/19 23:44:44 drobbins Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -9,14 +9,7 @@ SRC_URI="" HOMEPAGE="http://www.gentoo.org" KEYWORDS="x86 ppc sparc sparc64" LICENSE="GPL-2" - -#We need this if/then/else clause for compatibility with stuff that doesn't know !build? -if [ "`use build`" ] -then - RDEPEND="" -else - RDEPEND=">=sys-apps/fileutils-4.1.8 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=sys-apps/bash-2.05a" -fi +RDEPEND="!build? ( >=sys-apps/fileutils-4.1.8 dev-python/python-fchksum >=dev-lang/python-2.2.1 sys-apps/debianutils >=sys-apps/bash-2.05a )" src_unpack() { #We are including the Portage bzipped tarball on CVS now, so that if a person's |