diff options
author | 2023-05-02 08:06:27 +0800 | |
---|---|---|
committer | 2023-05-04 00:47:04 +0800 | |
commit | 3ea8e3929014a5a85bd93d2ec9e4233a66ec0e94 (patch) | |
tree | e010db8a2228898a3a2b48b0b25e9dfd6232c2e4 /sys-apps | |
parent | app-antivirus/fangfrisch: Stabilize 1.6.1 ALLARCHES, #905640 (diff) | |
download | gentoo-3ea8e3929014a5a85bd93d2ec9e4233a66ec0e94.tar.gz gentoo-3ea8e3929014a5a85bd93d2ec9e4233a66ec0e94.tar.bz2 gentoo-3ea8e3929014a5a85bd93d2ec9e4233a66ec0e94.zip |
sys-apps/the_silver_searcher: keyword 2.2.0_p20201217-r1 for ~loong
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild index fc7e2d49571b..eb85f58a5cd2 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" IUSE="lzma test zlib" RESTRICT="!test? ( test )" |