commit: c5ce5a00b8ca138df75c4b7a8e23c44dcf973c53
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 18:34:25 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 18:34:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ce5a00
dev-libs/libdbusmenu: add missing REQUIRED_USE for python targets
Gentoo-bug: 585056
Package-Manager: portage-2.3.0_rc1
dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild
b/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild
index ca44ddc..9436718 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,6 +19,8 @@ SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86"
IUSE="debug gtk gtk3 +introspection"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
RDEPEND="
>=dev-libs/dbus-glib-0.100[${MULTILIB_USEDEP}]
>=dev-libs/json-glib-0.13.4[${MULTILIB_USEDEP}]