diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-15 08:07:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-15 08:07:11 +0000 |
commit | 1e2329d41639b56167391a60b3c60d2727f3e4a3 (patch) | |
tree | 5631fcbc321fe9830fed60952e0504b744e6ef4f /dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild | |
parent | Unmask perl-5.12.1 (diff) | |
download | gentoo-2-1e2329d41639b56167391a60b3c60d2727f3e4a3.tar.gz gentoo-2-1e2329d41639b56167391a60b3c60d2727f3e4a3.tar.bz2 gentoo-2-1e2329d41639b56167391a60b3c60d2727f3e4a3.zip |
Fix for sys-devel/autoconf >= 2.66 compability wrt #326939.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild')
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild index 7978378de8fc..f997526916a1 100644 --- a/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild,v 1.1 2010/07/11 12:28:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild,v 1.2 2010/07/15 08:07:11 ssuominen Exp $ EAPI=2 inherit eutils flag-o-matic @@ -13,8 +13,7 @@ SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="elibc_FreeBSD hardened" DEPEND=">=dev-libs/popt-1.15" @@ -22,7 +21,6 @@ DEPEND=">=dev-libs/popt-1.15" S=${WORKDIR}/${MY_P} src_prepare() { - # XXX: Bug in autoconf 2.66, or pkg-config? epatch "${FILESDIR}"/${P}-dnl.patch } |