commit: 9f82b53b18065460cc460537593ebfa8fbef0151 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Sat Jun 1 09:33:23 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Jun 30 20:18:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f82b53b
dev-lang/mercury: update EAPI 7 -> 8 - drops unused multilib.eclass Closes: https://bugs.gentoo.org/933817 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-lang/mercury/mercury-22.01.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/mercury/mercury-22.01.1-r1.ebuild b/dev-lang/mercury/mercury-22.01.1-r1.ebuild index 1e265cff12ff..d992abd8eb01 100644 --- a/dev-lang/mercury/mercury-22.01.1-r1.ebuild +++ b/dev-lang/mercury/mercury-22.01.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools elisp-common flag-o-matic java-pkg-opt-2 multilib vcs-clean xdg-utils +inherit autotools elisp-common flag-o-matic java-pkg-opt-2 vcs-clean xdg-utils PATCHSET_VER="2" MY_P=${PN}-srcdist-${PV}