Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/
Date: Thu, 09 Mar 2017 17:07:05
Message-Id: 1489079214.86e3c3c302a1b5efe8549766cc299cf0a61b71bd.mattst88@gentoo
1 commit: 86e3c3c302a1b5efe8549766cc299cf0a61b71bd
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 17:05:38 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 17:06:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e3c3c3
7
8 app-arch/lbzip2: sparc stable, bug 611832
9
10 app-arch/lbzip2/lbzip2-2.5.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-arch/lbzip2/lbzip2-2.5.ebuild b/app-arch/lbzip2/lbzip2-2.5.ebuild
14 index 2a6c73ff35c..35cf6eafdf3 100644
15 --- a/app-arch/lbzip2/lbzip2-2.5.ebuild
16 +++ b/app-arch/lbzip2/lbzip2-2.5.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -11,7 +11,7 @@ SRC_URI="http://archive.lbzip2.org/${P}.tar.gz"
24
25 LICENSE="GPL-3"
26 SLOT="0"
27 -KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
28 +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
29 IUSE="debug symlink"
30
31 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"