From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/
Date: Tue, 5 Sep 2017 21:04:35 +0000 (UTC) [thread overview]
Message-ID: <1504645461.77d26beb3c333245f17f1d06848060a0978d003c.floppym@gentoo> (raw)
commit: 77d26beb3c333245f17f1d06848060a0978d003c
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 5 16:10:52 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 21:04:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d26beb
dev-util/pkgconfig: rename 'internal-glib' to 'build'
This avoids a circular dependency on dev-libs/glib during catalyst
stage1 builds.
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
dev-util/pkgconfig/pkgconfig-0.29.2.ebuild | 6 +++---
dev-util/pkgconfig/pkgconfig-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
index b8a7cf7dace..f82adcd840b 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.2.ebuild
@@ -25,9 +25,9 @@ HOMEPAGE="https://pkgconfig.freedesktop.org/wiki/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib"
+IUSE="build elibc_FreeBSD elibc_glibc hardened"
-RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
+RDEPEND="!build? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
!dev-util/pkgconf[pkg-config]
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
@@ -61,7 +61,7 @@ src_prepare() {
multilib_src_configure() {
local myconf
- if use internal-glib; then
+ if use build; then
myconf+=' --with-internal-glib'
# non-glibc platforms use GNU libiconv, but configure needs to
# know about that not to get confused when it finds something
diff --git a/dev-util/pkgconfig/pkgconfig-9999.ebuild b/dev-util/pkgconfig/pkgconfig-9999.ebuild
index 31f6de36737..cee5a59070d 100644
--- a/dev-util/pkgconfig/pkgconfig-9999.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-9999.ebuild
@@ -25,9 +25,9 @@ HOMEPAGE="https://pkgconfig.freedesktop.org/wiki/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib"
+IUSE="build elibc_FreeBSD elibc_glibc hardened"
-RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
+RDEPEND="!build? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
!dev-util/pkgconf[pkg-config]
!dev-util/pkg-config-lite
!dev-util/pkgconfig-openbsd[pkg-config]
@@ -61,7 +61,7 @@ src_prepare() {
multilib_src_configure() {
local myconf
- if use internal-glib; then
+ if use build; then
myconf+=' --with-internal-glib'
# non-glibc platforms use GNU libiconv, but configure needs to
# know about that not to get confused when it finds something
next reply other threads:[~2017-09-05 21:04 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-05 21:04 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-06 22:55 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/ Fabian Groffen
2020-12-27 19:16 Fabian Groffen
2020-12-27 16:38 Fabian Groffen
2019-05-03 23:14 Mikle Kolyada
2018-01-19 2:41 Mike Frysinger
2017-11-13 22:40 James Le Cuirot
2017-10-29 20:07 Sergei Trofimovich
2017-10-27 13:49 Thomas Deutschmann
2017-10-25 23:43 Manuel Rüger
2017-09-26 21:34 Mike Gilbert
2017-09-15 15:38 Tobias Klausmann
2017-09-09 18:45 Sergei Trofimovich
2017-09-09 10:27 Markus Meier
2017-09-07 20:50 Sergei Trofimovich
2017-09-05 21:01 Sergei Trofimovich
2017-09-05 16:07 Mike Gilbert
2017-08-17 17:06 Michał Górny
2017-03-21 9:52 Lars Wendler
2017-03-21 9:52 Lars Wendler
2017-01-04 13:00 Fabian Groffen
2016-06-14 9:43 Fabian Groffen
2016-03-04 22:18 Lars Wendler
2016-01-22 17:48 Fabian Groffen
2015-09-29 11:43 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1504645461.77d26beb3c333245f17f1d06848060a0978d003c.floppym@gentoo \
--to=floppym@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox