diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-31 16:48:53 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-31 17:11:00 -0400 |
commit | 5ba6db476ac1e5657edda132b80cc22a1dc2be8e (patch) | |
tree | 33535bdc19f7199b5431ea7b500164c892c1d052 /dev-cpp/libcmis | |
parent | dev-util/cppcheck: arm64 stable (diff) | |
download | gentoo-5ba6db476ac1e5657edda132b80cc22a1dc2be8e.tar.gz gentoo-5ba6db476ac1e5657edda132b80cc22a1dc2be8e.tar.bz2 gentoo-5ba6db476ac1e5657edda132b80cc22a1dc2be8e.zip |
dev-cpp/libcmis: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-cpp/libcmis')
-rw-r--r-- | dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild index 1383cf4ab3cd..6fcf5cd2b07a 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/tdf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" fi inherit autotools flag-o-matic |