commit: 61ed8e50340be597f02e4070c2f81dabc0070636 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Nov 17 01:13:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Nov 17 01:13:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ed8e50
dev-libs/hiredis: update EAPI 7 -> 8 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/hiredis/hiredis-1.1.0.ebuild | 6 ++---- 1 file 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 )"
