diff options
author | 2024-01-07 13:25:35 +0000 | |
---|---|---|
committer | 2024-01-07 13:25:35 +0000 | |
commit | 3e87f138cd27ab1a3253ab50969a67bc207343e8 (patch) | |
tree | b10d0e788d5c196b7e84c5a00882b5a27e1b0574 /dev-util/fq | |
parent | xfce-base/thunar: Stabilize 4.18.10 x86, #921491 (diff) | |
download | gentoo-3e87f138cd27ab1a3253ab50969a67bc207343e8.tar.gz gentoo-3e87f138cd27ab1a3253ab50969a67bc207343e8.tar.bz2 gentoo-3e87f138cd27ab1a3253ab50969a67bc207343e8.zip |
dev-util/fq: Stabilize 0.9.0 amd64, #921543
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/fq')
-rw-r--r-- | dev-util/fq/fq-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/fq/fq-0.9.0.ebuild b/dev-util/fq/fq-0.9.0.ebuild index 5df96c3f076c..6830d05644b5 100644 --- a/dev-util/fq/fq-0.9.0.ebuild +++ b/dev-util/fq/fq-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar LICENSE="MIT BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" IUSE="test" RESTRICT="!test? ( test )" |