diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-20 13:23:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-20 13:23:23 +0200 |
commit | 6bac0752f8b60b3d9d569ac4db5a62cfa2976dc9 (patch) | |
tree | 43ea6c783b921754ccfddc6fd5c829bb44b9fadd | |
parent | dev-python/botocore: Remove old (diff) | |
download | gentoo-6bac0752f8b60b3d9d569ac4db5a62cfa2976dc9.tar.gz gentoo-6bac0752f8b60b3d9d569ac4db5a62cfa2976dc9.tar.bz2 gentoo-6bac0752f8b60b3d9d569ac4db5a62cfa2976dc9.zip |
dev-libs/hiredis: Stabilize 1.1.0-r1 x86, #899512
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-libs/hiredis/hiredis-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild b/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild index 4f5c5f80e235..3359fd46452f 100644 --- a/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild +++ b/dev-libs/hiredis/hiredis-1.1.0-r1.ebuild @@ -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 )" |