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 78114139694 for ; Sun, 23 Apr 2017 11:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA06E0C08; Sun, 23 Apr 2017 11:29:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C435E0C04 for ; Sun, 23 Apr 2017 11:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 89A3A33BEAE for ; Sun, 23 Apr 2017 11:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A82F7440 for ; Sun, 23 Apr 2017 11:29:28 +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: <1492946840.5699524fbbe91eb5d90d1d3e4917f34cdcdc672c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/suil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/suil/suil-0.8.2.ebuild media-libs/suil/suil-0.8.4.ebuild X-VCS-Directories: media-libs/suil/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5699524fbbe91eb5d90d1d3e4917f34cdcdc672c X-VCS-Branch: master Date: Sun, 23 Apr 2017 11:29:28 +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: b755378b-2fef-48d8-b6ff-283e0d7de0ad X-Archives-Hash: a096a9028728152982b1a4a4ba368e0b commit: 5699524fbbe91eb5d90d1d3e4917f34cdcdc672c Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 10:25:20 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 11:27:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5699524f media-libs/suil: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/suil/suil-0.8.2.ebuild | 5 +++-- media-libs/suil/suil-0.8.4.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/suil/suil-0.8.2.ebuild b/media-libs/suil/suil-0.8.2.ebuild index 3e546d139d3..98098e4d492 100644 --- a/media-libs/suil/suil-0.8.2.ebuild +++ b/media-libs/suil/suil-0.8.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python{2_7,3_4} ) PYTHON_REQ_USE='threads(+)' @@ -21,6 +21,7 @@ RDEPEND="media-libs/lv2 gtk? ( x11-libs/gtk+:2 ) qt4? ( dev-qt/qtgui:4 )" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen ) virtual/pkgconfig" diff --git a/media-libs/suil/suil-0.8.4.ebuild b/media-libs/suil/suil-0.8.4.ebuild index 9ed15dfad9c..a5d98155232 100644 --- a/media-libs/suil/suil-0.8.4.ebuild +++ b/media-libs/suil/suil-0.8.4.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 @@ -24,6 +24,7 @@ RDEPEND=">=media-libs/lv2-1.12.0 dev-qt/qtgui:5 )" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen ) virtual/pkgconfig"