commit: d814e3e3c337ef27da73cc5fb3bfd0942a81758a Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Apr 8 17:16:57 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 07:13:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d814e3e3
sys-apps/highway: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36163 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sys-apps/highway/{highway-1.1.0.ebuild => highway-1.1.0-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 4528ce2862bd..a0aaaa41a09b 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"
