Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tclap/
Date: Thu, 07 Sep 2017 19:28:14
Message-Id: 1504812437.e029f7be83e251918f0cb93e78f090a7c6e16d88.maekke@gentoo
1 commit: e029f7be83e251918f0cb93e78f090a7c6e16d88
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 7 19:27:17 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 7 19:27:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e029f7be
7
8 dev-cpp/tclap: add ~arm64, bug #624102
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm64"
12
13 dev-cpp/tclap/tclap-1.2.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/tclap/tclap-1.2.1.ebuild b/dev-cpp/tclap/tclap-1.2.1.ebuild
17 index 185d8812f22..f065ddbf9c8 100644
18 --- a/dev-cpp/tclap/tclap-1.2.1.ebuild
19 +++ b/dev-cpp/tclap/tclap-1.2.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux"
31 +KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux"
32 IUSE="doc"
33
34 DEPEND="doc? ( app-doc/doxygen )"