commit:     f65105bc1128752991b3284a264120afbb9d332c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:25:34 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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"

Reply via email to