summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-17 01:13:26 +0000
committerSam James <sam@gentoo.org>2022-11-17 01:13:26 +0000
commit61ed8e50340be597f02e4070c2f81dabc0070636 (patch)
tree5075df51834097dd47f55f666d5681422db50900 /dev-libs
parentdev-libs/hiredis: add 1.1.0 (diff)
downloadgentoo-61ed8e50340be597f02e4070c2f81dabc0070636.tar.gz
gentoo-61ed8e50340be597f02e4070c2f81dabc0070636.tar.bz2
gentoo-61ed8e50340be597f02e4070c2f81dabc0070636.zip
dev-libs/hiredis: update EAPI 7 -> 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/hiredis/hiredis-1.1.0.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/hiredis/hiredis-1.1.0.ebuild b/dev-libs/hiredis/hiredis-1.1.0.ebuild
index a3cf72b485d0..ff29bf657a84 100644
--- a/dev-libs/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-libs/hiredis/hiredis-1.1.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -10,9 +10,7 @@ HOMEPAGE="https://github.com/redis/hiredis"
SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
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"
+SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris"
IUSE="examples ssl static-libs test"
RESTRICT="!test? ( test )"