summaryrefslogtreecommitdiff
path: root/sys-devel/dev86/dev86-0.16.21-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/dev86/dev86-0.16.21-r3.ebuild')
-rw-r--r--sys-devel/dev86/dev86-0.16.21-r3.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-devel/dev86/dev86-0.16.21-r3.ebuild b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
index 8990be8b9690..2af636abe3e1 100644
--- a/sys-devel/dev86/dev86-0.16.21-r3.ebuild
+++ b/sys-devel/dev86/dev86-0.16.21-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="http://v3.sk/~lkundrak/dev86/Dev86src-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE=""
RDEPEND="sys-devel/bin86"
@@ -49,7 +49,6 @@ src_compile() {
# First `make` is also a config, so set all the path vars here
emake -j1 \
- DIST="${D}" \
CC="$(tc-getCC)" \
LIBDIR="/usr/$(get_libdir)/bcc" \
INCLDIR="/usr/$(get_libdir)/bcc" \
@@ -63,7 +62,6 @@ src_compile() {
cd bootblocks || die
emake \
- DIST="${D}" \
HOSTCC="$(tc-getCC)"
}