Revert "dev-util/pkgconfig: rename 'internal-glib' to 'build'"

This reverts commit 77d26beb3c.

BOOTSTRAP_USE already has internal-glib set, so this change was
pointless.
This commit is contained in:
Mike Gilbert
2017-09-26 17:33:42 -04:00
parent c292b60f91
commit 2b5220fd78
2 changed files with 6 additions and 6 deletions

View File

@@ -25,9 +25,9 @@ HOMEPAGE="https://pkgconfig.freedesktop.org/wiki/"
LICENSE="GPL-2"
SLOT="0"
IUSE="build elibc_FreeBSD elibc_glibc hardened"
IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib"
RDEPEND="!build? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
RDEPEND="!internal-glib? ( >=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 build; then
if use internal-glib; 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

View File

@@ -25,9 +25,9 @@ HOMEPAGE="https://pkgconfig.freedesktop.org/wiki/"
LICENSE="GPL-2"
SLOT="0"
IUSE="build elibc_FreeBSD elibc_glibc hardened"
IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib"
RDEPEND="!build? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
RDEPEND="!internal-glib? ( >=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 build; then
if use internal-glib; 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