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 81C09139694 for ; Sun, 23 Apr 2017 21:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35CC821C153; Sun, 23 Apr 2017 21:01:52 +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 D8B8121C153 for ; Sun, 23 Apr 2017 21:01: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 EEEB234165C for ; Sun, 23 Apr 2017 21:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1C7D7448 for ; Sun, 23 Apr 2017 21:01:11 +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: <1492981199.f65105bc1128752991b3284a264120afbb9d332c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/liferea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/liferea/liferea-1.10.19-r1.ebuild net-news/liferea/liferea-1.12_rc3.ebuild X-VCS-Directories: net-news/liferea/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f65105bc1128752991b3284a264120afbb9d332c X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:11 +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: 5391d3e7-b3f3-4047-9dbe-1cd0d6188b24 X-Archives-Hash: 3ef68e2f079ccac09612c5ee9f708f01 commit: f65105bc1128752991b3284a264120afbb9d332c Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:25:34 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 20:59:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65105bc net-news/liferea: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-news/liferea/liferea-1.10.19-r1.ebuild | 8 ++++---- net-news/liferea/liferea-1.12_rc3.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-news/liferea/liferea-1.10.19-r1.ebuild b/net-news/liferea/liferea-1.10.19-r1.ebuild index ecad95d275d..d23d7d3a1e2 100644 --- a/net-news/liferea/liferea-1.10.19-r1.ebuild +++ b/net-news/liferea/liferea-1.10.19-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 + PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2 pax-utils python-r1 @@ -17,11 +18,11 @@ SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${PV}/${MY_P}.tar. LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~ppc x86" - IUSE="ayatana libnotify" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=dev-db/sqlite-3.7.0:3 +RDEPEND="${PYTHON_DEPS} + >=dev-db/sqlite-3.7.0:3 >=dev-libs/glib-2.28.0:2 dev-libs/gobject-introspection dev-libs/json-glib @@ -35,7 +36,6 @@ RDEPEND=">=dev-db/sqlite-3.7.0:3 >=x11-libs/pango-1.4.0 ayatana? ( dev-libs/libindicate ) libnotify? ( >=x11-libs/libnotify-0.3.2 )" - DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig" diff --git a/net-news/liferea/liferea-1.12_rc3.ebuild b/net-news/liferea/liferea-1.12_rc3.ebuild index e1ffa64b021..509df3fdb1e 100644 --- a/net-news/liferea/liferea-1.12_rc3.ebuild +++ b/net-news/liferea/liferea-1.12_rc3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 + PYTHON_COMPAT=( python3_{4,5} ) inherit autotools gnome2 pax-utils python-single-r1 @@ -18,11 +19,11 @@ SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${MY_PV}/${MY_P}.t LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" - IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=dev-db/sqlite-3.7.0:3 +RDEPEND="${PYTHON_DEPS} + >=dev-db/sqlite-3.7.0:3 >=dev-libs/glib-2.28.0:2 dev-libs/gobject-introspection dev-libs/json-glib @@ -34,7 +35,6 @@ RDEPEND=">=dev-db/sqlite-3.7.0:3 net-libs/webkit-gtk:4 x11-libs/gtk+:3 >=x11-libs/pango-1.4.0" - DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig"