net-news/liferea: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 20:25:34 +0000 (22:25 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 20:59:59 +0000 (22:59 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-news/liferea/liferea-1.10.19-r1.ebuild
net-news/liferea/liferea-1.12_rc3.ebuild

index ecad95d275dbc13c60b463a3499db57bd8c782ea..d23d7d3a1e2c49bc2ca8de9fb203bccee0aa2f42 100644 (file)
@@ -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"
index e1ffa64b021986ddfb699703ed35e6d5e9dfc12b..509df3fdb1e52540aedb4e18bf9adfc2d5e8b9d0 100644 (file)
@@ -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"