diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 18:59:42 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 18:59:42 +0000 |
commit | e90fd1b12a5c1d0003628aaa3686d05e53bc559c (patch) | |
tree | 5dc7d119d2cdd32e1ca3fe3abdca334c4bb8af7b /app-arch/macutil/macutil-2.0_beta3.ebuild | |
parent | old (diff) | |
download | historical-e90fd1b12a5c1d0003628aaa3686d05e53bc559c.tar.gz historical-e90fd1b12a5c1d0003628aaa3686d05e53bc559c.tar.bz2 historical-e90fd1b12a5c1d0003628aaa3686d05e53bc559c.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-arch/macutil/macutil-2.0_beta3.ebuild')
-rw-r--r-- | app-arch/macutil/macutil-2.0_beta3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/macutil/macutil-2.0_beta3.ebuild b/app-arch/macutil/macutil-2.0_beta3.ebuild index f950ee592d91..2f1b6c975f08 100644 --- a/app-arch/macutil/macutil-2.0_beta3.ebuild +++ b/app-arch/macutil/macutil-2.0_beta3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/macutil-2.0_beta3.ebuild,v 1.13 2005/12/11 19:11:40 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/macutil-2.0_beta3.ebuild,v 1.14 2008/01/26 18:59:42 grobian Exp $ inherit eutils @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.cwi.nl/pub/dik/${MY_P/-/}.shar.Z" LICENSE="as-is" SLOT="0" -KEYWORDS="~hppa ppc ~ppc-macos x86" +KEYWORDS="~hppa ppc x86" IUSE="" RDEPEND="" DEPEND="sys-apps/sed" -S="${WORKDIR}/${PN}" +S=${WORKDIR}/${PN} src_unpack() { - gzip -dc ${DISTDIR}/${A} | /bin/sh || die + gzip -dc "${DISTDIR}"/${A} | /bin/sh || die epatch "${FILESDIR}"/${PV}-gentoo.patch || die epatch "${FILESDIR}"/${P}-gcc4.patch |