diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-26 23:25:41 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-26 23:26:23 +0200 |
commit | 3bbb320dabbdb8c1f2481068430329fd50bc044b (patch) | |
tree | 957b8b8b8edb6fd76e1ff01fb59d98ba44308a90 /app-admin/pydf | |
parent | dev-java/oracle-jre-bin: Version bump to 1.8.0.144 (diff) | |
download | gentoo-3bbb320dabbdb8c1f2481068430329fd50bc044b.tar.gz gentoo-3bbb320dabbdb8c1f2481068430329fd50bc044b.tar.bz2 gentoo-3bbb320dabbdb8c1f2481068430329fd50bc044b.zip |
app-admin/pydf: keyword for arm64.
Gentoo-Bug: https://bugs.gentoo.org/622756
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-admin/pydf')
-rw-r--r-- | app-admin/pydf/pydf-12-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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}" |