diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-03 05:50:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-03 05:50:56 +0000 |
commit | 6200e7fd63e5689ef27c79b80e2677bb4ba3e2e0 (patch) | |
tree | b2331d83a33c7dd66a608be7a2e7f6edd6a5f63c /sys-apps | |
parent | arm/sh stable (diff) | |
download | gentoo-2-6200e7fd63e5689ef27c79b80e2677bb4ba3e2e0.tar.gz gentoo-2-6200e7fd63e5689ef27c79b80e2677bb4ba3e2e0.tar.bz2 gentoo-2-6200e7fd63e5689ef27c79b80e2677bb4ba3e2e0.zip |
arm/s390/sh stable
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/parted/parted-1.7.1-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/parted/parted-1.7.1-r1.ebuild b/sys-apps/parted/parted-1.7.1-r1.ebuild index e7d666b6d407..9c9145d1eff6 100644 --- a/sys-apps/parted/parted-1.7.1-r1.ebuild +++ b/sys-apps/parted/parted-1.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.4 2006/09/02 12:53:16 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.7.1-r1.ebuild,v 1.5 2006/09/03 05:50:56 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 s390 sh ~sparc x86" IUSE="nls static readline debug" # specific version for gettext needed @@ -22,9 +22,9 @@ DEPEND=">=sys-fs/e2fsprogs-1.27 src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/parted-1.7.0-pyparted.patch - epatch ${FILESDIR}/parted-1.7.1-fix-seg.patch + cd "${S}" + epatch "${FILESDIR}"/parted-1.7.0-pyparted.patch + epatch "${FILESDIR}"/parted-1.7.1-fix-seg.patch } src_compile() { |