diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-20 13:09:28 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-20 13:22:32 -0400 |
commit | 79e39cde8e582174dea7ad2e9f1ea721a691fcf9 (patch) | |
tree | 93e835ef3c672225cdde3a0c677a5a7d404a47b8 /dev-cpp | |
parent | app-eselect/eselect-cblas: arm64 stable (diff) | |
download | gentoo-79e39cde8e582174dea7ad2e9f1ea721a691fcf9.tar.gz gentoo-79e39cde8e582174dea7ad2e9f1ea721a691fcf9.tar.bz2 gentoo-79e39cde8e582174dea7ad2e9f1ea721a691fcf9.zip |
dev-cpp/tclap: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-cpp')
-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 4e4d959393f3..f499c9d0373e 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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 ~arm64 ppc x86 ~amd64-linux" +KEYWORDS="amd64 ~arm arm64 ppc x86 ~amd64-linux" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |