summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2002-12-16 14:36:52 +0000
committerJon Portnoy <avenj@gentoo.org>2002-12-16 14:36:52 +0000
commitcae8ba8f6ce5c7b8389ed4ace7c325e5dfd185f6 (patch)
tree688c6012f050a81bf22c993759c888d202b123c0 /app-arch/rpm2targz
parentadded dependency of qt-3.1, this fixes 12238 (diff)
downloadgentoo-2-cae8ba8f6ce5c7b8389ed4ace7c325e5dfd185f6.tar.gz
gentoo-2-cae8ba8f6ce5c7b8389ed4ace7c325e5dfd185f6.tar.bz2
gentoo-2-cae8ba8f6ce5c7b8389ed4ace7c325e5dfd185f6.zip
Dependency fix.
Diffstat (limited to 'app-arch/rpm2targz')
-rw-r--r--app-arch/rpm2targz/ChangeLog6
-rw-r--r--app-arch/rpm2targz/rpm2targz-8.0.ebuild5
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}