diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-24 14:22:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-24 14:22:50 +0200 |
commit | 45b3ee57a20efccb781c3d1f56ce735ebcc5a9f5 (patch) | |
tree | 0c2c7ca512747d55f3ae20f426adf33d548a1581 /dev-cpp/libcmis | |
parent | net-p2p/syncthing: bump to 1.1.3 (diff) | |
download | gentoo-45b3ee57a20efccb781c3d1f56ce735ebcc5a9f5.tar.gz gentoo-45b3ee57a20efccb781c3d1f56ce735ebcc5a9f5.tar.bz2 gentoo-45b3ee57a20efccb781c3d1f56ce735ebcc5a9f5.zip |
dev-cpp/libcmis: 0.5.2-r1 amd64/x86 stable
Closes: https://bugs.gentoo.org/674414
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
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 c9f4938bb63f..1383cf4ab3cd 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 |