diff options
author | Sam James <sam@gentoo.org> | 2022-06-10 04:15:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-10 04:15:06 +0100 |
commit | c052458a46357314c77dfcd4e82c98c2424f81cb (patch) | |
tree | e00ec119cd2d07b9908bbd6a67c9c3e5fe7bc121 /dev-libs/libixion | |
parent | app-text/libnumbertext: Stabilize 1.0.10 amd64, #843353 (diff) | |
download | gentoo-c052458a46357314c77dfcd4e82c98c2424f81cb.tar.gz gentoo-c052458a46357314c77dfcd4e82c98c2424f81cb.tar.bz2 gentoo-c052458a46357314c77dfcd4e82c98c2424f81cb.zip |
dev-libs/libixion: Stabilize 0.17.0 amd64, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libixion')
-rw-r--r-- | dev-libs/libixion/libixion-0.17.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libixion/libixion-0.17.0.ebuild b/dev-libs/libixion/libixion-0.17.0.ebuild index b5ba56d21851..8ec57903007d 100644 --- a/dev-libs/libixion/libixion-0.17.0.ebuild +++ b/dev-libs/libixion/libixion-0.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then else MDDS_SLOT="1/2.0" 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" |