Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pydf/
Date: Wed, 26 Jul 2017 21:26:29
Message-Id: 1501104383.3bbb320dabbdb8c1f2481068430329fd50bc044b.monsieurp@gentoo
1 commit: 3bbb320dabbdb8c1f2481068430329fd50bc044b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 21:25:41 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 21:26:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbb320d
7
8 app-admin/pydf: keyword for arm64.
9
10 Gentoo-Bug: https://bugs.gentoo.org/622756
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-admin/pydf/pydf-12-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-admin/pydf/pydf-12-r1.ebuild b/app-admin/pydf/pydf-12-r1.ebuild
18 index 62e056c8a46..363b2db7d70 100644
19 --- a/app-admin/pydf/pydf-12-r1.ebuild
20 +++ b/app-admin/pydf/pydf-12-r1.ebuild
21 @@ -2,6 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 +
26 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27
28 inherit python-r1
29 @@ -12,9 +13,10 @@ SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar.
30
31 LICENSE="public-domain"
32 SLOT="0"
33 -KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
34 +KEYWORDS="amd64 arm ppc ppc64 x86 ~arm64 ~x86-fbsd ~amd64-linux ~x86-linux"
35
36 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37 +
38 DEPEND="${PYTHON_DEPS}"
39 RDEPEND="${DEPEND}"