commit: c7c1e05b9b22cee59b30130261ed18c8c7ff8a5e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 10:33:37 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 10:34:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c1e05b
dev-python/libzilla: stable for amd64+x86.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/libzilla/libzilla-1.4.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-python/libzilla/libzilla-1.4.ebuild
b/dev-python/libzilla/libzilla-1.4.ebuild
index cd4bc3e6f2c..562ddd19f86 100644
--- a/dev-python/libzilla/libzilla-1.4.ebuild
+++ b/dev-python/libzilla/libzilla-1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1
@@ -11,12 +11,14 @@ DESCRIPTION="Library for managing Bugzilla bug reports from
the CLI"
HOMEPAGE="https://github.com/monsieurp/libzilla"
SRC_URI="https://github.com/monsieurp/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
LICENSE="MIT"
SLOT="0"
-RDEPEND=""
-DEPEND="${RDEPEND}
+RDEPEND="
dev-python/docopt[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]"
+
+DEPEND="
+ ${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"