summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:52:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 17:52:43 +0000
commitce93a91d261b93d05c2bb685ede8d9587e5aa585 (patch)
tree61fcdc751869f99b48ba69b5ce334d3dd2db084e /dev-util
parentFix quoting (diff)
downloadgentoo-2-ce93a91d261b93d05c2bb685ede8d9587e5aa585.tar.gz
gentoo-2-ce93a91d261b93d05c2bb685ede8d9587e5aa585.tar.bz2
gentoo-2-ce93a91d261b93d05c2bb685ede8d9587e5aa585.zip
Fix over and under quoting.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild b/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild
index 376794912225..2798fe295d25 100644
--- a/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild,v 1.14 2007/11/03 17:16:39 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild,v 1.15 2009/10/12 17:52:43 ssuominen Exp $
inherit flag-o-matic eutils
@@ -20,10 +20,9 @@ DEPEND=""
S=${WORKDIR}/${MY_P}
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
-
- epatch ${FILESDIR}/${MY_P}-fix-tests.patch
+ epatch "${FILESDIR}"/${MY_P}-fix-tests.patch
use ppc64 && use hardened && replace-flags -O[2-3] -O1
}
@@ -41,6 +40,5 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "Installation failed"
-
dodoc AUTHORS ChangeLog NEWS README
}