diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:50:57 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 07:50:57 +0000 |
commit | 222715b22a8f4de7e20d39555ba661dfa6674ee5 (patch) | |
tree | 1c7a696b51fe35e09232124c53ef4b3a25c1eb87 /dev-libs/hiredis | |
parent | app-benchmarks/stress: Stabilize 1.0.7 sparc, #899224 (diff) | |
download | gentoo-222715b22a8f4de7e20d39555ba661dfa6674ee5.tar.gz gentoo-222715b22a8f4de7e20d39555ba661dfa6674ee5.tar.bz2 gentoo-222715b22a8f4de7e20d39555ba661dfa6674ee5.zip |
dev-libs/hiredis: Stabilize 1.1.0 sparc, #899512
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/hiredis/hiredis-1.1.0.ebuild b/dev-libs/hiredis/hiredis-1.1.0.ebuild index 04945ae5a369..4d173dd34c4d 100644 --- a/dev-libs/hiredis/hiredis-1.1.0.ebuild +++ b/dev-libs/hiredis/hiredis-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ LICENSE="BSD" # Always check "Upgrading from ..." in README # e.g. https://github.com/redis/hiredis#upgrading-to-110 SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-solaris" IUSE="examples ssl static-libs test" RESTRICT="!test? ( test )" |