diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:38:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:10 +0100 |
commit | 8bd77ebc05afa7507e5c0e268885b458186c4036 (patch) | |
tree | 2e239035741cdeed5a8824e7598db4fbb432d92e /app-emulation/edumips64 | |
parent | app-emulation/dlx: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-8bd77ebc05afa7507e5c0e268885b458186c4036.tar.gz gentoo-8bd77ebc05afa7507e5c0e268885b458186c4036.tar.bz2 gentoo-8bd77ebc05afa7507e5c0e268885b458186c4036.zip |
app-emulation/edumips64: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/edumips64')
-rw-r--r-- | app-emulation/edumips64/edumips64-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/edumips64/edumips64-1.2.ebuild b/app-emulation/edumips64/edumips64-1.2.ebuild index 518464fb1ce0..90a3291c9a3b 100644 --- a/app-emulation/edumips64/edumips64-1.2.ebuild +++ b/app-emulation/edumips64/edumips64-1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc test" -inherit eutils java-pkg-2 java-ant-2 +inherit epatch java-pkg-2 java-ant-2 DESCRIPTION="A visual and cross-platform MIPS64 CPU Simulator" HOMEPAGE="https://www.edumips.org" |