diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-05-29 08:25:49 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-05-29 08:25:49 +0200 |
commit | 5ddf4919d13d48c82ccdbd01da35e3dff631d49c (patch) | |
tree | cf55f3c84d2c2962c03a5f4606dcfdb8c0dc2984 /dev-cpp/cctz | |
parent | net-irc/znc: Stabilize 1.9.0 amd64, #933010 (diff) | |
download | gentoo-5ddf4919d13d48c82ccdbd01da35e3dff631d49c.tar.gz gentoo-5ddf4919d13d48c82ccdbd01da35e3dff631d49c.tar.bz2 gentoo-5ddf4919d13d48c82ccdbd01da35e3dff631d49c.zip |
dev-cpp/cctz: Stabilize 2.4 amd64, #933010
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp/cctz')
-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 a5a0c3c4f965..0d8a6ba7fb65 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 )" |