From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B733139696 for ; Sun, 23 Apr 2017 11:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A3C7E0BF3; Sun, 23 Apr 2017 11:29:31 +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 437F1E0BF3 for ; Sun, 23 Apr 2017 11:29:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C2B33FE74 for ; Sun, 23 Apr 2017 11:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0577437 for ; Sun, 23 Apr 2017 11:29:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492946808.d912ff0e2f489a4c0341294992bad3ac623f17e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lvtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lvtk/lvtk-1.2.0.ebuild X-VCS-Directories: media-libs/lvtk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d912ff0e2f489a4c0341294992bad3ac623f17e6 X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:29:27 +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: acfdb7aa-b078-44d2-9dc6-d52d39414c45 X-Archives-Hash: 9bcde0775994e006abd39d6b568c1b31 commit: d912ff0e2f489a4c0341294992bad3ac623f17e6 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 10:13:12 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 11:26:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912ff0e media-libs/lvtk: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/lvtk/lvtk-1.2.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild b/media-libs/lvtk/lvtk-1.2.0.ebuild index 3956e51ff14..f55c8072ffc 100644 --- a/media-libs/lvtk/lvtk-1.2.0.ebuild +++ b/media-libs/lvtk/lvtk-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,12 +16,13 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc examples +gtk2 +tools" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="media-libs/lv2 >=dev-libs/boost-1.40.0 + ${PYTHON_DEPS} gtk2? ( dev-cpp/gtkmm:2.4 )" DEPEND="${RDEPEND} - ${PYTHON_DEPS} doc? ( app-doc/doxygen media-gfx/graphviz ) virtual/pkgconfig"