From d814e3e3c337ef27da73cc5fb3bfd0942a81758a Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 8 Apr 2024 19:16:57 +0200 Subject: [PATCH] sys-apps/highway: EAPI8 bump Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/36163 Signed-off-by: Arthur Zamarin --- .../{highway-1.1.0.ebuild => highway-1.1.0-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename sys-apps/highway/{highway-1.1.0.ebuild => highway-1.1.0-r1.ebuild} (87%) diff --git a/sys-apps/highway/highway-1.1.0.ebuild b/sys-apps/highway/highway-1.1.0-r1.ebuild similarity index 87% rename from sys-apps/highway/highway-1.1.0.ebuild rename to sys-apps/highway/highway-1.1.0-r1.ebuild index 4528ce2862bd6..a0aaaa41a09bc 100644 --- a/sys-apps/highway/highway-1.1.0.ebuild +++ b/sys-apps/highway/highway-1.1.0-r1.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools DESCRIPTION="High performance source code search tool" HOMEPAGE="https://github.com/tkengo/highway" SRC_URI="https://github.com/tkengo/highway/archive/v${PV}.tar.gz -> ${P}.tar.gz" -IUSE="" LICENSE="MIT" SLOT="0"