summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-03 01:40:30 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-03 01:40:30 +0000
commit6b6ec2b9bbe71cfb481248948518536b5a1bb850 (patch)
treebf1f5b341515048575d39cc856022df01748dcc7 /app-arch
parentarm/s390/sh love #138018 (diff)
downloadgentoo-2-6b6ec2b9bbe71cfb481248948518536b5a1bb850.tar.gz
gentoo-2-6b6ec2b9bbe71cfb481248948518536b5a1bb850.tar.bz2
gentoo-2-6b6ec2b9bbe71cfb481248948518536b5a1bb850.zip
arm/s390/sh love #136976
(Portage version: 2.1.1_pre2-r1)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/pax/pax-3.3.4.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/app-arch/pax/pax-3.3.4.ebuild b/app-arch/pax/pax-3.3.4.ebuild
index b2ba9a38f498..3940dad5a90b 100644
--- a/app-arch/pax/pax-3.3.4.ebuild
+++ b/app-arch/pax/pax-3.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.12 2005/04/21 17:49:48 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.13 2006/07/03 01:40:30 vapier Exp $
inherit eutils rpm
@@ -13,19 +13,18 @@ SRC_URI="ftp://rpmfind.net/linux/contrib/libc6/SRPMS/${MY_PS}.src.rpm"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips alpha hppa amd64 ia64"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""
-DEPEND="virtual/libc
- app-arch/rpm2targz"
+DEPEND="app-arch/rpm2targz"
src_unpack() {
rpm_src_unpack
cd ${MY_P}
- epatch ${WORKDIR}/pax-3.3-gcc.patch
- epatch ${WORKDIR}/pax-3.3-modifyWarn.patch
- epatch ${WORKDIR}/pax-3.3-doc.patch
- epatch ${WORKDIR}/pax-3.3-bzip2.patch
+ epatch "${WORKDIR}"/pax-3.3-gcc.patch
+ epatch "${WORKDIR}"/pax-3.3-modifyWarn.patch
+ epatch "${WORKDIR}"/pax-3.3-doc.patch
+ epatch "${WORKDIR}"/pax-3.3-bzip2.patch
}
src_install() {