diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-19 08:46:08 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-19 08:46:16 +0200 |
commit | d320baad9a026c4cf77c515e4a27a8b7a8b45bd7 (patch) | |
tree | ec9df089c8be0fd840b38a2b074de0b29446adcf | |
parent | dev-libs/hiredis: Stabilize 1.0.2-r1 arm, #820170 (diff) | |
download | gentoo-d320baad9a026c4cf77c515e4a27a8b7a8b45bd7.tar.gz gentoo-d320baad9a026c4cf77c515e4a27a8b7a8b45bd7.tar.bz2 gentoo-d320baad9a026c4cf77c515e4a27a8b7a8b45bd7.zip |
dev-libs/hiredis: Stabilize 1.0.2-r1 arm64, #820170
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-libs/hiredis/hiredis-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild b/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild index e8add65d60ec..5ff9381ea657 100644 --- a/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild +++ b/dev-libs/hiredis/hiredis-1.0.2-r1.ebuild @@ -13,7 +13,7 @@ LICENSE="BSD" # 1.0.1 erroneously bumped SONAME but we're stuck with it now. Force another # rebuild so everybody is on the right one though (1.0.0). SLOT="0/1.0.2" -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 )" |