diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-17 20:55:28 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-17 20:58:02 +0300 |
commit | 2ccb2b75790baffe6ff18c9f3edbe6b48eeb6284 (patch) | |
tree | f2f309b18165736727b467180b3f4f0bafee0cd0 /dev-cpp/libcmis | |
parent | app-text/libwpg: x86 stable wrt bug #676956 (diff) | |
download | gentoo-2ccb2b75790baffe6ff18c9f3edbe6b48eeb6284.tar.gz gentoo-2ccb2b75790baffe6ff18c9f3edbe6b48eeb6284.tar.bz2 gentoo-2ccb2b75790baffe6ff18c9f3edbe6b48eeb6284.zip |
dev-cpp/libcmis: x86 stable wrt bug #676956
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-cpp/libcmis')
-rw-r--r-- | dev-cpp/libcmis/libcmis-0.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/libcmis/libcmis-0.5.2.ebuild b/dev-cpp/libcmis/libcmis-0.5.2.ebuild index de6bf74d4d3f..bd2e18fadf28 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2.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 |