diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 18:38:36 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 18:38:36 +0000 |
commit | f034babf5408b1def24666ab9b5673623d7cdca8 (patch) | |
tree | 3ce88e81a945210c4e8c2fa00f2cf4463a497ece /dev-libs | |
parent | dev-libs/sord: Stabilize 0.16.16-r1 amd64, #918485 (diff) | |
download | gentoo-f034babf5408b1def24666ab9b5673623d7cdca8.tar.gz gentoo-f034babf5408b1def24666ab9b5673623d7cdca8.tar.bz2 gentoo-f034babf5408b1def24666ab9b5673623d7cdca8.zip |
dev-libs/zix: Stabilize 0.4.2 amd64, #918485
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/zix/zix-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/zix/zix-0.4.2.ebuild b/dev-libs/zix/zix-0.4.2.ebuild index e12ee399e668..cafcdd8df304 100644 --- a/dev-libs/zix/zix-0.4.2.ebuild +++ b/dev-libs/zix/zix-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://download.drobilla.net/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |