diff options
Diffstat (limited to 'dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild')
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild | 10 |
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 } |