diff options
author | 2021-08-02 08:29:35 -0500 | |
---|---|---|
committer | 2021-08-02 08:30:40 -0500 | |
commit | 0873b9a672158bb7a020a210a871398121a7b269 (patch) | |
tree | a4c6ba475157c0dfc7e49dbdab1e914a8097a7c8 /dev-libs/ell | |
parent | net-wireless/iwd: bump to 1.16 (diff) | |
download | gentoo-0873b9a672158bb7a020a210a871398121a7b269.tar.gz gentoo-0873b9a672158bb7a020a210a871398121a7b269.tar.bz2 gentoo-0873b9a672158bb7a020a210a871398121a7b269.zip |
dev-libs/ell: propagate glib changes to 9999
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-libs/ell')
-rw-r--r-- | dev-libs/ell/ell-9999.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/dev-libs/ell/ell-9999.ebuild b/dev-libs/ell/ell-9999.ebuild index 6c1b04339772..8eeecdb51ced 100644 --- a/dev-libs/ell/ell-9999.ebuild +++ b/dev-libs/ell/ell-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,16 +17,11 @@ fi LICENSE="LGPL-2.1" SLOT="0" -IUSE="glib pie test" +IUSE="pie test" RESTRICT="!test? ( test )" -RDEPEND=" - glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) -" -DEPEND=" - ${RDEPEND} - test? ( sys-apps/dbus ) -" +RDEPEND="" +DEPEND="test? ( sys-apps/dbus )" CONFIG_CHECK=" ~TIMERFD @@ -46,7 +41,6 @@ src_prepare() { multilib_src_configure() { append-cflags "-fsigned-char" #662694 local myeconfargs=( - $(use_enable glib) $(use_enable pie) ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" |