diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-06-10 08:38:16 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-10 11:25:19 +0300 |
commit | e9e8a9e4d1686a14966430246e4ec59791739bea (patch) | |
tree | cf4e35bad566781c96a4fbabda84de12038ae943 /dev-libs/glib | |
parent | dev-util/gdbus-codegen: bump to 2.54.3 (diff) | |
download | gentoo-e9e8a9e4d1686a14966430246e4ec59791739bea.tar.gz gentoo-e9e8a9e4d1686a14966430246e4ec59791739bea.tar.bz2 gentoo-e9e8a9e4d1686a14966430246e4ec59791739bea.zip |
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
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/glib-2.54.3-r5.ebuild (renamed from dev-libs/glib/glib-2.54.3-r4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.54.3-r4.ebuild b/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 ) !<dev-util/gtk-doc-1.15-r2 " |