diff options
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 } |