summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-04-08 08:01:44 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-04-08 08:01:44 +0000
commite9e6689b7bf9d2c947d5e1c8ee27f852319c1daf (patch)
treed57866603ddde1619304e83a3d7b5c9328a61e61 /sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild
parentKeyword ~amd64, fix quoting. (diff)
downloadgentoo-2-e9e6689b7bf9d2c947d5e1c8ee27f852319c1daf.tar.gz
gentoo-2-e9e6689b7bf9d2c947d5e1c8ee27f852319c1daf.tar.bz2
gentoo-2-e9e6689b7bf9d2c947d5e1c8ee27f852319c1daf.zip
Keyword ~amd64, fix quoting.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild')
-rw-r--r--sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild b/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild
index 54c8d8d2dca8..ef7886482f7d 100644
--- a/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild
+++ b/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild,v 1.3 2006/09/26 07:59:45 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cifparse-obj/cifparse-obj-6.302.ebuild,v 1.4 2008/04/08 08:01:44 dberkholz Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ HOMEPAGE="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/index.html"
SRC_URI="http://sw-tools.pdb.org/apps/CIFPARSE-OBJ/${MY_P}.tar.gz"
LICENSE="PDB"
SLOT="0"
-KEYWORDS="ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
@@ -18,12 +18,12 @@ S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/respect-flags-and-add-gcc4.patch
- cd ${S}
+ epatch "${FILESDIR}"/respect-flags-and-add-gcc4.patch
+ cd "${S}"
sed -i \
-e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \
- ${S}/etc/make.*
+ "${S}"/etc/make.*
}
src_compile() {