dev-libs/glib-2.54: don't care about gbus-codegen python USE flags
authorMart Raudsepp <leio@gentoo.org>
Sun, 10 Jun 2018 05:38:16 +0000 (08:38 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 10 Jun 2018 08:25:19 +0000 (11:25 +0300)
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

dev-libs/glib/glib-2.54.3-r5.ebuild [moved from dev-libs/glib/glib-2.54.3-r4.ebuild with 98% similarity]

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 8238048790f8a1b87b3bdd8b2aa6c71a9a12c99b..ba26e66bb6bb01a33203cc9469a760d7a1dc9343 100644 (file)
@@ -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 )
        !<dev-util/gtk-doc-1.15-r2
 "