From: Patrice Clement Date: Wed, 26 Jul 2017 21:25:41 +0000 (+0200) Subject: app-admin/pydf: keyword for arm64. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3bbb320dabbdb8c1f2481068430329fd50bc044b;p=gentoo.git app-admin/pydf: keyword for arm64. Gentoo-Bug: https://bugs.gentoo.org/622756 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- diff --git a/app-admin/pydf/pydf-12-r1.ebuild b/app-admin/pydf/pydf-12-r1.ebuild index 62e056c8a461..363b2db7d70f 100644 --- a/app-admin/pydf/pydf-12-r1.ebuild +++ b/app-admin/pydf/pydf-12-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit python-r1 @@ -12,9 +13,10 @@ SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar. LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ppc ppc64 x86 ~arm64 ~x86-fbsd ~amd64-linux ~x86-linux" REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND}"