From: Mart Raudsepp Date: Sun, 10 Jun 2018 05:38:16 +0000 (+0300) Subject: dev-libs/glib-2.54: don't care about gbus-codegen python USE flags X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e9e8a9e4d1686a14966430246e4ec59791739bea;p=gentoo.git 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 --- 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 ) !