summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/pkgconfig/ChangeLog7
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.27.1.ebuild6
-rw-r--r--dev-util/pkgconfig/pkgconfig-9999.ebuild6
3 files changed, 5 insertions, 14 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog
index ebac8bc1eb7d..58d81aea2fba 100644
--- a/dev-util/pkgconfig/ChangeLog
+++ b/dev-util/pkgconfig/ChangeLog
@@ -1,11 +1,6 @@
# ChangeLog for dev-util/pkgconfig
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.125 2013/01/04 13:43:18 ssuominen Exp $
-
- 04 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.27.1.ebuild,
- pkgconfig-9999.ebuild:
- Introduce USE="build" to avoid external >=dev-libs/glib-2 dependencies to cut
- the stage building time.
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.126 2013/01/04 13:50:16 ssuominen Exp $
30 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> pkgconfig-0.27.1.ebuild,
pkgconfig-9999.ebuild:
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"
diff --git a/dev-util/pkgconfig/pkgconfig-9999.ebuild b/dev-util/pkgconfig/pkgconfig-9999.ebuild
index 978338a342d6..faa8db663652 100644
--- a/dev-util/pkgconfig/pkgconfig-9999.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-9999.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-9999.ebuild,v 1.6 2013/01/04 13:43:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v 1.7 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"