Diff hiredis-1.1.0-r1 with a hiredis-1.1.1
| /usr/portage/dev-libs/hiredis/hiredis-1.1.1.ebuild 2026-09-09 20:03:04.525648304 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 13 | 13 |
# Always check "Upgrading from ..." in README |
| 14 | 14 |
# e.g. https://github.com/redis/hiredis#upgrading-to-110 |
| 15 | 15 |
SLOT="0/$(ver_cut 1-2)" |
| 16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" |
|
| 16 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" |
|
| 17 | 17 |
IUSE="examples ssl static-libs test" |
| 18 | 18 |
RESTRICT="!test? ( test )" |
| 19 | 19 | |