diff options
author | 2002-12-16 14:36:52 +0000 | |
---|---|---|
committer | 2002-12-16 14:36:52 +0000 | |
commit | c706fdf4a553db9f8aa6807e8a250eabc2cce642 (patch) | |
tree | a293dacec63e1f0388ab1bdddeae363f572117ff /app-arch/rpm2targz | |
parent | added dependency of qt-3.1, this fixes 12238 (diff) | |
download | historical-c706fdf4a553db9f8aa6807e8a250eabc2cce642.tar.gz historical-c706fdf4a553db9f8aa6807e8a250eabc2cce642.tar.bz2 historical-c706fdf4a553db9f8aa6807e8a250eabc2cce642.zip |
Dependency fix.
Diffstat (limited to 'app-arch/rpm2targz')
-rw-r--r-- | app-arch/rpm2targz/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/rpm2targz/rpm2targz-8.0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-arch/rpm2targz/ChangeLog b/app-arch/rpm2targz/ChangeLog index 0bf56acb0ade..fcf4be618a76 100644 --- a/app-arch/rpm2targz/ChangeLog +++ b/app-arch/rpm2targz/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-arch/rpm2targz # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.4 2002/12/13 10:55:56 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.5 2002/12/16 14:36:52 avenj Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -17,3 +17,7 @@ comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. + + 16 Dec 2002; Jon Portnoy <avenj@gentoo.org> rpm2targz-8.0.ebuild : + + Fixed dependencies to include sys-apps/cpio. diff --git a/app-arch/rpm2targz/rpm2targz-8.0.ebuild b/app-arch/rpm2targz/rpm2targz-8.0.ebuild index 3e168c33c352..aefe70403a9b 100644 --- a/app-arch/rpm2targz/rpm2targz-8.0.ebuild +++ b/app-arch/rpm2targz/rpm2targz-8.0.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/app-arch/rpm2targz/rpm2targz-8.0.ebuild,v 1.11 2002/12/15 14:06:18 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-8.0.ebuild,v 1.12 2002/12/16 14:36:52 avenj Exp $ S=${WORKDIR}/${P} DESCRIPTION="Convert a .rpm file to a .tar.gz archive" @@ -13,7 +13,8 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc ppc alpha" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + sys-apps/cpio" src_unpack() { cd ${WORKDIR} && mkdir ${P} |