Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/arcload/
Date: Thu, 30 Jun 2016 18:32:39
Message-Id: 1467311550.5f90a8772e7cd550a3edee9476f5045c4d97a0ac.mgorny@gentoo
1 commit: 5f90a8772e7cd550a3edee9476f5045c4d97a0ac
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 18:30:45 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 18:32:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f90a877
7
8 sys-boot/arcload: Fix missing IUSE=abi_mips_o32
9
10 sys-boot/arcload/arcload-0.50-r3.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-boot/arcload/arcload-0.50-r3.ebuild b/sys-boot/arcload/arcload-0.50-r3.ebuild
14 index f6d5a22..2bc581d 100644
15 --- a/sys-boot/arcload/arcload-0.50-r3.ebuild
16 +++ b/sys-boot/arcload/arcload-0.50-r3.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.t
24 LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS="-* ~mips"
27 -IUSE=""
28 +IUSE="abi_mips_o32"
29 DEPEND="sys-boot/dvhtool
30 abi_mips_o32? ( sys-devel/kgcc64 )"
31 RDEPEND=""