Skip to content

Commit

Permalink
dev-db/mariadb: update to EAPI 8
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Mózes <[email protected]>
Closes: gentoo#29265
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
hydrapolic authored and thesamesam committed Feb 3, 2023
1 parent e6e311f commit 72fef9f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dev-db/mariadb/mariadb-10.6.11-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# 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"

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}"
Expand Down

0 comments on commit 72fef9f

Please sign in to comment.