diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 23:15:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-06-09 23:16:18 +0300 |
commit | c8e15bf35305ae47545558c6ba9a5aee39c82013 (patch) | |
tree | f0adad983e7f441bba4ea66685062f5f59f36c4e /dev-libs | |
parent | app-text/writerperfect: amd64 stable wrt bug #686736 (diff) | |
download | gentoo-c8e15bf35305ae47545558c6ba9a5aee39c82013.tar.gz gentoo-c8e15bf35305ae47545558c6ba9a5aee39c82013.tar.bz2 gentoo-c8e15bf35305ae47545558c6ba9a5aee39c82013.zip |
dev-libs/libixion: amd64 stable wrt bug #686736
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libixion/libixion-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libixion/libixion-0.14.1.ebuild b/dev-libs/libixion/libixion-0.14.1.ebuild index e962aadc35eb..85094d02e6a2 100644 --- a/dev-libs/libixion/libixion-0.14.1.ebuild +++ b/dev-libs/libixion/libixion-0.14.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 autotools else SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" |