summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-19 08:03:51 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-19 08:07:06 +0200
commitee2c89fc106f75f76e23668015bc241afcb2fc59 (patch)
treec686f33257f8e04ea44d9f2e94f14e2d917bcc62
parentpackage.mask: Undo dev-libs/libdivsufsort (diff)
downloadgentoo-ee2c89fc106f75f76e23668015bc241afcb2fc59.tar.gz
gentoo-ee2c89fc106f75f76e23668015bc241afcb2fc59.tar.bz2
gentoo-ee2c89fc106f75f76e23668015bc241afcb2fc59.zip
dev-libs/libdivsufsort: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-libs/libdivsufsort/libdivsufsort-2.0.1-r2.ebuild (renamed from dev-libs/libdivsufsort/libdivsufsort-2.0.1-r1.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r1.ebuild b/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r2.ebuild
index 24cae0397e53..700d1a09c135 100644
--- a/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r1.ebuild
+++ b/dev-libs/libdivsufsort/libdivsufsort-2.0.1-r2.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
inherit cmake toolchain-funcs
DESCRIPTION="Suffix-sorting library (for BWT)"
-HOMEPAGE="https://github.com/y-256/libdivsufsort"
+HOMEPAGE="https://github.com/y-256/libdivsufsort/"
SRC_URI="https://github.com/y-256/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"