summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-08-31 19:43:05 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-08-31 19:43:05 +0000
commitcc9653eeaa819d3aa3b8035bfaebbb2db55e76af (patch)
tree5b746b3548475f13d266cc606d413b7ef3cb8210 /eclass/rpm.eclass
parentfixed bug 27049 (diff)
downloadhistorical-cc9653eeaa819d3aa3b8035bfaebbb2db55e76af.tar.gz
historical-cc9653eeaa819d3aa3b8035bfaebbb2db55e76af.tar.bz2
historical-cc9653eeaa819d3aa3b8035bfaebbb2db55e76af.zip
now depends on rpm2targz-9.0-r1 with bzip2 support
Diffstat (limited to 'eclass/rpm.eclass')
-rw-r--r--eclass/rpm.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass
index 739f1f4e4525..e2836289867c 100644
--- a/eclass/rpm.eclass
+++ b/eclass/rpm.eclass
@@ -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/eclass/rpm.eclass,v 1.7 2003/06/25 23:50:02 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/rpm.eclass,v 1.8 2003/08/31 19:43:05 liquidx Exp $
# Author : Alastair Tse <liquidx@gentoo.org> (21 Jun 2003)
#
@@ -33,7 +33,7 @@ INHERITED="$INHERITED $ECLASS"
USE_RPMOFFSET_ONLY=${USE_RPMOFFSET_ONLY-""}
-newdepend "app-arch/rpm2targz"
+newdepend ">=app-arch/rpm2targz-9.0-r1"
# extracts the contents of the RPM in ${WORKDIR}
rpm_unpack() {