diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-09-18 19:56:20 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-09-19 23:12:55 +0200 |
commit | b4caf31e27afcd46a74d070ce0e942c657ce50fa (patch) | |
tree | 962fbe5616b1f9253f704695cd7c41ed60a8649f /dev-python/matterhook | |
parent | sys-libs/compiler-rt-sanitizers: Require libtirpc for glibc only (diff) | |
download | gentoo-b4caf31e27afcd46a74d070ce0e942c657ce50fa.tar.gz gentoo-b4caf31e27afcd46a74d070ce0e942c657ce50fa.tar.bz2 gentoo-b4caf31e27afcd46a74d070ce0e942c657ce50fa.zip |
dev-python/matterhook: stable for amd64+x86.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/matterhook')
-rw-r--r-- | dev-python/matterhook/matterhook-0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/matterhook/matterhook-0.1.ebuild b/dev-python/matterhook/matterhook-0.1.ebuild index 36526446b338..74ac434e2d30 100644 --- a/dev-python/matterhook/matterhook-0.1.ebuild +++ b/dev-python/matterhook/matterhook-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,9 +13,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" |