summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/pkgconfig/pkgconfig-0.27.1.ebuild')
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.27.1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild b/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild
index 30d89c3d6710..0fa7eca11f19 100644
--- a/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild,v 1.9 2013/01/04 13:43:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild,v 1.10 2013/01/04 13:50:16 ssuominen Exp $
EAPI=5
@@ -21,7 +21,7 @@ HOMEPAGE="http://pkgconfig.freedesktop.org/wiki/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="build elibc_FreeBSD hardened internal-glib"
+IUSE="elibc_FreeBSD hardened internal-glib"
RDEPEND="!internal-glib? ( >=dev-libs/glib-2.30 )
!dev-util/pkgconf[pkg-config]
@@ -48,8 +48,6 @@ src_configure() {
if use internal-glib; then
myconf+=' --with-internal-glib'
- elif use build; then
- myconf+=' --with-internal-glib'
else
if ! has_version dev-util/pkgconfig; then
export GLIB_CFLAGS="-I${EPREFIX}/usr/include/glib-2.0 -I${EPREFIX}/usr/$(get_libdir)/glib-2.0/include"