From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4C45013829C for ; Sun, 5 Jun 2016 18:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 127DD254024; Sun, 5 Jun 2016 18:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 107C7254024 for ; Sun, 5 Jun 2016 18:35:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D95C8340A9F for ; Sun, 5 Jun 2016 18:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE69C970 for ; Sun, 5 Jun 2016 18:34:57 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1465151687.c5ce5a00b8ca138df75c4b7a8e23c44dcf973c53.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdbusmenu/libdbusmenu-12.10.2-r2.ebuild X-VCS-Directories: dev-libs/libdbusmenu/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c5ce5a00b8ca138df75c4b7a8e23c44dcf973c53 X-VCS-Branch: master Date: Sun, 5 Jun 2016 18:34:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc39399c-6b44-4c97-93d4-3c7a45c4ceb1 X-Archives-Hash: 94fe429fbbe53e46a71979ba6eafa94f commit: c5ce5a00b8ca138df75c4b7a8e23c44dcf973c53 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 5 18:34:25 2016 +0000 Commit: Michael Palimaka gentoo 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}]