commit: b3434318a33c22d68391bfbd07832e5fe14250f9 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 16:37:30 2023 +0000 Commit: 罗百科 <patrick <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 16:43:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3434318
dev-lang/moarvm: Remove unneeded eclass inherit Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> dev-lang/moarvm/moarvm-2023.02.ebuild | 2 -- dev-lang/moarvm/moarvm-9999.ebuild | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-lang/moarvm/moarvm-2023.02.ebuild b/dev-lang/moarvm/moarvm-2023.02.ebuild index e2f262dba469..17727dec7617 100644 --- a/dev-lang/moarvm/moarvm-2023.02.ebuild +++ b/dev-lang/moarvm/moarvm-2023.02.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit flag-o-matic - MY_PN="MoarVM" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index df3dea7875a4..2f8db477f21e 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic - MY_PN="MoarVM" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git"