diff options
author | 2021-10-31 03:08:36 +0000 | |
---|---|---|
committer | 2021-10-31 03:08:39 +0000 | |
commit | fe88423c1783e18a01607f088f9253515b5a78eb (patch) | |
tree | c109a917e6a590d81434bedb133c343de3384ba2 /dev-libs/hiredis | |
parent | dev-libs/hiredis: add 1.0.2 (diff) | |
download | gentoo-fe88423c1783e18a01607f088f9253515b5a78eb.tar.gz gentoo-fe88423c1783e18a01607f088f9253515b5a78eb.tar.bz2 gentoo-fe88423c1783e18a01607f088f9253515b5a78eb.zip |
dev-libs/hiredis: stabilize 1.0.2 for amd64, ppc, ppc64, sparc, x86
Identical to 1.0.1 w/o SONAME change.
Bug: https://bugs.gentoo.org/820170
Closes: https://bugs.gentoo.org/820386
Closes: https://github.com/gentoo/gentoo/pull/22714
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/hiredis')
-rw-r--r-- | dev-libs/hiredis/hiredis-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hiredis/hiredis-1.0.2.ebuild b/dev-libs/hiredis/hiredis-1.0.2.ebuild index 68ece94713d6..f5cbc3c1edce 100644 --- a/dev-libs/hiredis/hiredis-1.0.2.ebuild +++ b/dev-libs/hiredis/hiredis-1.0.2.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" # 1.0.1 erroneously bumped SONAME but keep 1.0.1 here instead of the last # real ABI break (1.0.0) to avoid forcing another set of rebuilds for folks. SLOT="0/1.0.1" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-solaris" IUSE="examples ssl static-libs test" RESTRICT="!test? ( test )" |