summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-01-04 13:50:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-01-04 13:50:16 +0000
commitf5da49e5023a583c73cd7d8a8ca1b76ce47b4847 (patch)
tree18c85795816b84c386619e7885e38d1218c8ef2f /dev-util/pkgconfig
parentIntroduce USE="build" to avoid external >=dev-libs/glib-2 dependencies to cut... (diff)
downloadgentoo-2-f5da49e5023a583c73cd7d8a8ca1b76ce47b4847.tar.gz
gentoo-2-f5da49e5023a583c73cd7d8a8ca1b76ce47b4847.tar.bz2
gentoo-2-f5da49e5023a583c73cd7d8a8ca1b76ce47b4847.zip
Revert until I figure out nice dep syntax.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-util/pkgconfig')
-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"