Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/podofo/
Date: Tue, 18 Feb 2020 20:06:35
Message-Id: 1582056303.68c213358323609ce484b44c072fa24c059a4dd4.asturm@gentoo
1 commit: 68c213358323609ce484b44c072fa24c059a4dd4
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 11:20:11 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 20:05:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c21335
7
8 app-text/podofo: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/podofo/podofo-0.9.6_p20180715.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/podofo/podofo-0.9.6_p20180715.ebuild b/app-text/podofo/podofo-0.9.6_p20180715.ebuild
18 index 667a0283915..e53db8b61f4 100644
19 --- a/app-text/podofo/podofo-0.9.6_p20180715.ebuild
20 +++ b/app-text/podofo/podofo-0.9.6_p20180715.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz"
28
29 LICENSE="GPL-2 LGPL-2.1"
30 SLOT="0/${PV%_*}"
31 -KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86"
32 +KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc x86"
33 IUSE="+boost idn libressl debug test +tools"
34 RESTRICT="!test? ( test )"
35 REQUIRED_USE="test? ( tools )"