diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 20:11:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-14 20:11:37 +0000 |
commit | a1a67f295bdbf65828586d9580f0307425474416 (patch) | |
tree | 80c4e8e8e7af6f1f822724ed37fe3d4e46c27b46 /sys-apps/debianutils | |
parent | dependency from sys-apps/bzip2 to app-arch/bzip2 (diff) | |
download | historical-a1a67f295bdbf65828586d9580f0307425474416.tar.gz historical-a1a67f295bdbf65828586d9580f0307425474416.tar.bz2 historical-a1a67f295bdbf65828586d9580f0307425474416.zip |
dependency from sys-apps/bzip2 to app-arch/bzip2
Diffstat (limited to 'sys-apps/debianutils')
-rw-r--r-- | sys-apps/debianutils/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.7-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.7-r3.ebuild | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest index 985ed6d161f5..5be049599218 100644 --- a/sys-apps/debianutils/Manifest +++ b/sys-apps/debianutils/Manifest @@ -1,8 +1,8 @@ +MD5 4251c98bef35ffa00692a1104a776f83 debianutils-1.16.7-r3.ebuild 1434 +MD5 1b893d53d211b4b911b52933372d96ed debianutils-1.16.7-r2.ebuild 1427 MD5 f7cff478c5fbe14054be080a3123c7db ChangeLog 5247 -MD5 87887aba6c686a198c4c7b41a8dd3731 debianutils-1.16.7-r2.ebuild 1428 -MD5 0f61e4a48579f81d8d906a758ffc194c debianutils-1.16.7-r3.ebuild 1438 -MD5 3f67e66ea1d7aa13843f253310322f51 files/debianutils-compress.patch 743 -MD5 e41515bbbed52bb2d011abf4fe11cb1a files/debianutils-1.16.7-gentoo.patch 7536 -MD5 a497960da56a8ef8cb07158e15407c18 files/debianutils-1.16.7-gcc33.patch 2588 MD5 f668f7cf3760bd5f131cec5de5602523 files/digest-debianutils-1.16.7-r2 69 MD5 f668f7cf3760bd5f131cec5de5602523 files/digest-debianutils-1.16.7-r3 69 +MD5 e41515bbbed52bb2d011abf4fe11cb1a files/debianutils-1.16.7-gentoo.patch 7536 +MD5 a497960da56a8ef8cb07158e15407c18 files/debianutils-1.16.7-gcc33.patch 2588 +MD5 3f67e66ea1d7aa13843f253310322f51 files/debianutils-compress.patch 743 diff --git a/sys-apps/debianutils/debianutils-1.16.7-r2.ebuild b/sys-apps/debianutils/debianutils-1.16.7-r2.ebuild index 35c2d50e2e36..bf8644613298 100644 --- a/sys-apps/debianutils/debianutils-1.16.7-r2.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r2.ebuild,v 1.10 2003/09/07 02:42:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r2.ebuild,v 1.11 2003/11/14 20:11:36 seemant Exp $ IUSE="static build" @@ -15,7 +15,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm" DEPEND="virtual/glibc" -RDEPEND="sys-apps/bzip2" +RDEPEND="app-arch/bzip2" src_unpack() { unpack ${A} diff --git a/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild b/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild index b8071e699132..b8ca7e0bd869 100644 --- a/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild,v 1.12 2003/09/26 18:54:11 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.7-r3.ebuild,v 1.13 2003/11/14 20:11:36 seemant Exp $ IUSE="static build" @@ -15,7 +15,7 @@ KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm ia64" DEPEND="virtual/glibc" -RDEPEND="sys-apps/bzip2 +RDEPEND="app-arch/bzip2 sys-apps/coreutils" src_unpack() { |