diff options
author | Sam James <sam@gentoo.org> | 2024-03-09 21:05:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-09 21:05:24 +0000 |
commit | aed40e9f82ebdb41b9f64b8c4924e9c01989d7d5 (patch) | |
tree | ddce584b980bb90d1ca28d34f5c5a146cc74b593 /app-misc/yq | |
parent | dev-python/orjson: Stabilize 3.9.15 x86, #926573 (diff) | |
download | gentoo-aed40e9f82ebdb41b9f64b8c4924e9c01989d7d5.tar.gz gentoo-aed40e9f82ebdb41b9f64b8c4924e9c01989d7d5.tar.bz2 gentoo-aed40e9f82ebdb41b9f64b8c4924e9c01989d7d5.zip |
app-misc/yq: Stabilize 3.2.3 amd64, #926611
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/yq')
-rw-r--r-- | app-misc/yq/yq-3.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/yq/yq-3.2.3.ebuild b/app-misc/yq/yq-3.2.3.ebuild index 3f62f1c7cfbd..83d776ac83a1 100644 --- a/app-misc/yq/yq-3.2.3.ebuild +++ b/app-misc/yq/yq-3.2.3.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 @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |