diff options
author | Markus Meier <maekke@gentoo.org> | 2017-09-07 21:27:17 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-09-07 21:27:17 +0200 |
commit | e029f7be83e251918f0cb93e78f090a7c6e16d88 (patch) | |
tree | bf4b93a3c35b4177ab150532ebd0082089ad8212 /dev-cpp/tclap | |
parent | dev-libs/libconfig: add ~arm64, bug #622718 (diff) | |
download | gentoo-e029f7be83e251918f0cb93e78f090a7c6e16d88.tar.gz gentoo-e029f7be83e251918f0cb93e78f090a7c6e16d88.tar.bz2 gentoo-e029f7be83e251918f0cb93e78f090a7c6e16d88.zip |
dev-cpp/tclap: add ~arm64, bug #624102
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-cpp/tclap')
-rw-r--r-- | dev-cpp/tclap/tclap-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/tclap/tclap-1.2.1.ebuild b/dev-cpp/tclap/tclap-1.2.1.ebuild index 185d8812f221..f065ddbf9c86 100644 --- a/dev-cpp/tclap/tclap-1.2.1.ebuild +++ b/dev-cpp/tclap/tclap-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux" +KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |