summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2023-01-26 06:57:02 +0000
committerSam James <sam@gentoo.org>2023-02-03 19:32:43 +0000
commit72fef9f1c9d8ea096543435a784eb32a732e0c39 (patch)
treed958b7c2da36f5b523c564ae3e0c755208f861ee
parentdev-db/mariadb: add dependency on sys-libs/liburing (diff)
downloadgentoo-72fef9f1.tar.gz
gentoo-72fef9f1.tar.bz2
gentoo-72fef9f1.zip
dev-db/mariadb: update to EAPI 8
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29265 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-db/mariadb/mariadb-10.6.11-r1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-db/mariadb/mariadb-10.6.11-r1.ebuild b/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
index 9e3778b7c8fa..5671e55d5756 100644
--- a/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.6.11-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
SUBSLOT="18"
JAVA_PKG_OPT_USE="jdbc"
@@ -9,13 +9,10 @@ JAVA_PKG_OPT_USE="jdbc"
inherit systemd flag-o-matic prefix toolchain-funcs \
multiprocessing java-pkg-opt-2 cmake
-# Patch version
-PATCH_SET="https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.6.10-patches-01.tar.xz"
-
+HOMEPAGE="https://mariadb.org/"
SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
- ${PATCH_SET[@]}"
+ https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.6.10-patches-01.tar.xz"
-HOMEPAGE="https://mariadb.org/"
DESCRIPTION="An enhanced, drop-in replacement for MySQL"
LICENSE="GPL-2 LGPL-2.1+"
SLOT="$(ver_cut 1-2)/${SUBSLOT:-0}"