diff options
| author | Patrick Lauer <patrick@gentoo.org> | 2023-02-27 16:37:30 +0000 |
|---|---|---|
| committer | Patrick Lauer <patrick@gentoo.org> | 2023-02-27 16:43:47 +0000 |
| commit | b3434318a33c22d68391bfbd07832e5fe14250f9 (patch) | |
| tree | ae20f2c17e3f600d045a5eb36823ebb6cefbb931 /dev-lang/moarvm/moarvm-9999.ebuild | |
| parent | cb5e0be51f65eec3c209c231f0eed552f4403610 (diff) | |
| download | gentoo-b3434318a33c22d68391bfbd07832e5fe14250f9.tar.gz gentoo-b3434318a33c22d68391bfbd07832e5fe14250f9.tar.bz2 gentoo-b3434318a33c22d68391bfbd07832e5fe14250f9.zip | |
dev-lang/moarvm: Remove unneeded eclass inherit
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-lang/moarvm/moarvm-9999.ebuild')
| -rw-r--r-- | dev-lang/moarvm/moarvm-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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" |
