diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-05-29 08:25:52 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-05-29 08:25:52 +0200 |
commit | 0610ffdc1cb1921cdcc938fcebc172c71f20f01b (patch) | |
tree | 336fe017c9ccff49d0e1dc8660348b0f7b11e9fa /dev-cpp | |
parent | net-irc/znc: Stabilize 1.9.0 x86, #933010 (diff) | |
download | gentoo-0610ffdc1cb1921cdcc938fcebc172c71f20f01b.tar.gz gentoo-0610ffdc1cb1921cdcc938fcebc172c71f20f01b.tar.bz2 gentoo-0610ffdc1cb1921cdcc938fcebc172c71f20f01b.zip |
dev-cpp/cctz: Stabilize 2.4 x86, #933010
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/cctz/cctz-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cctz/cctz-2.4.ebuild b/dev-cpp/cctz/cctz-2.4.ebuild index 0d8a6ba7fb65..c115620acb57 100644 --- a/dev-cpp/cctz/cctz-2.4.ebuild +++ b/dev-cpp/cctz/cctz-2.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/cctz/archive/refs/tags/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |