diff options
author | 2024-01-15 13:28:47 -0500 | |
---|---|---|
committer | 2024-01-16 07:41:50 +0200 | |
commit | 7e526e08d321fa6d7a3fab92cc225952b07bc632 (patch) | |
tree | 058cf1cdede3954e74208c9213c43fd19cde5011 | |
parent | media-libs/vips: Stabilize 8.14.5 amd64, #914908 (diff) | |
download | gentoo-7e526e08d321fa6d7a3fab92cc225952b07bc632.tar.gz gentoo-7e526e08d321fa6d7a3fab92cc225952b07bc632.tar.bz2 gentoo-7e526e08d321fa6d7a3fab92cc225952b07bc632.zip |
dev-cpp/cli11: Stabilize 2.3.2 amd64, #914908
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r-- | dev-cpp/cli11/cli11-2.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cli11/cli11-2.3.2.ebuild b/dev-cpp/cli11/cli11-2.3.2.ebuild index cd75dbc70626..88e378fabbe4 100644 --- a/dev-cpp/cli11/cli11-2.3.2.ebuild +++ b/dev-cpp/cli11/cli11-2.3.2.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN^^}-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |