From 61ed8e50340be597f02e4070c2f81dabc0070636 Mon Sep 17 00:00:00 2001 From: Sam James <sam@gentoo.org> Date: Thu, 17 Nov 2022 01:13:26 +0000 Subject: dev-libs/hiredis: update EAPI 7 -> 8 Signed-off-by: Sam James <sam@gentoo.org> --- dev-libs/hiredis/hiredis-1.1.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dev-libs') 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 )" -- cgit v1.2.3-65-gdbad