summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-30 20:30:45 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-30 20:32:30 +0200
commit5f90a8772e7cd550a3edee9476f5045c4d97a0ac (patch)
tree07d3d6be62a509de71bf7bcd784831f799256f18 /sys-boot/arcload/arcload-0.50-r3.ebuild
parentnet-misc/asterisk: Drop obsolete DIST entries from Manifest (diff)
downloadgentoo-5f90a8772e7cd550a3edee9476f5045c4d97a0ac.tar.gz
gentoo-5f90a8772e7cd550a3edee9476f5045c4d97a0ac.tar.bz2
gentoo-5f90a8772e7cd550a3edee9476f5045c4d97a0ac.zip
sys-boot/arcload: Fix missing IUSE=abi_mips_o32
Diffstat (limited to 'sys-boot/arcload/arcload-0.50-r3.ebuild')
-rw-r--r--sys-boot/arcload/arcload-0.50-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild
index f6d5a225b92c..2bc581dce042 100644
--- a/sys-boot/arcload/arcload-0.50-r3.ebuild
+++ b/sys-boot/arcload/arcload-0.50-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.t
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ~mips"
-IUSE=""
+IUSE="abi_mips_o32"
DEPEND="sys-boot/dvhtool
abi_mips_o32? ( sys-devel/kgcc64 )"
RDEPEND=""