From e9e8a9e4d1686a14966430246e4ec59791739bea Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 10 Jun 2018 08:38:16 +0300 Subject: [PATCH] dev-libs/glib-2.54: don't care about gbus-codegen python USE flags gdbus-codegen ships an internal gdbus_codegen module, which is only used by itself. It's wrong to force the same python versions for it, as it's really just a currently wrongly implemented python-single-r1 use case. Bug: https://bugs.gentoo.org/651830 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- .../glib/{glib-2.54.3-r4.ebuild => glib-2.54.3-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-libs/glib/{glib-2.54.3-r4.ebuild => glib-2.54.3-r5.ebuild} (98%) diff --git a/dev-libs/glib/glib-2.54.3-r4.ebuild b/dev-libs/glib/glib-2.54.3-r5.ebuild similarity index 98% rename from dev-libs/glib/glib-2.54.3-r4.ebuild rename to dev-libs/glib/glib-2.54.3-r5.ebuild index 8238048790f8..ba26e66bb6bb 100644 --- a/dev-libs/glib/glib-2.54.3-r4.ebuild +++ b/dev-libs/glib/glib-2.54.3-r5.ebuild @@ -46,7 +46,7 @@ RDEPEND=" fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] ) utils? ( ${PYTHON_DEPS} - >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] + >=dev-util/gdbus-codegen-${PV} virtual/libelf:0= ) " @@ -59,7 +59,7 @@ DEPEND="${RDEPEND} test? ( sys-devel/gdb ${PYTHON_DEPS} - >=dev-util/gdbus-codegen-${PV}[${PYTHON_USEDEP}] + >=dev-util/gdbus-codegen-${PV} >=sys-apps/dbus-1.2.14 ) !