commit: 5f90a8772e7cd550a3edee9476f5045c4d97a0ac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 30 18:30:45 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 30 18:32:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f90a877
sys-boot/arcload: Fix missing IUSE=abi_mips_o32 sys-boot/arcload/arcload-0.50-r3.ebuild | 4 ++-- 1 file 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 f6d5a22..2bc581d 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=""
