diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-03 10:08:53 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 21:12:19 -0400 |
commit | 7d088aad30168a275033825659696bb65f08c108 (patch) | |
tree | 4d49dbc8d30be767295fa872a033899d278dc011 /app-emulation/dlx/dlx-1.0.0.ebuild | |
parent | app-emacs/yasnippet: drop old EAPI (diff) | |
download | gentoo-7d088aad30168a275033825659696bb65f08c108.tar.gz gentoo-7d088aad30168a275033825659696bb65f08c108.tar.bz2 gentoo-7d088aad30168a275033825659696bb65f08c108.zip |
app-emulation/dlx: bump EAPI and drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emulation/dlx/dlx-1.0.0.ebuild')
-rw-r--r-- | app-emulation/dlx/dlx-1.0.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild b/app-emulation/dlx/dlx-1.0.0.ebuild index 60dd853d23b9..dde858668061 100644 --- a/app-emulation/dlx/dlx-1.0.0.ebuild +++ b/app-emulation/dlx/dlx-1.0.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=6 S=${WORKDIR}/dlx + DESCRIPTION="DLX Simulator" HOMEPAGE="http://www.davidviner.com/dlx.php" SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz" @@ -12,11 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="" -src_compile() { - emake || die -} +DEPEND="" src_install() { dobin masm mon dasm |