From: Manuel Rüger Date: Thu, 7 Feb 2019 10:58:43 +0000 (+0100) Subject: dev-python/binaryornot: Stabilize on amd64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ecd3ec9e16b4241427046cb860034e02d4c73d49;p=gentoo.git dev-python/binaryornot: Stabilize on amd64 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Manuel Rüger --- diff --git a/dev-python/binaryornot/binaryornot-0.4.3.ebuild b/dev-python/binaryornot/binaryornot-0.4.3.ebuild index 91e5e8d9d504..5a7c823384c5 100644 --- a/dev-python/binaryornot/binaryornot-0.4.3.ebuild +++ b/dev-python/binaryornot/binaryornot-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/audreyr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RDEPEND=">=dev-python/chardet-3.0.2[${PYTHON_USEDEP}]"