Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/
Date: Mon, 10 Oct 2016 10:31:45
Message-Id: 1476095493.8703f6f985c8a9b61840056540897af2d65311e6.monsieurp@gentoo
1 commit: 8703f6f985c8a9b61840056540897af2d65311e6
2 Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 7 11:31:08 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 10 10:31:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8703f6f9
7
8 app-arch/lbzip2: add ~amd64-fbsd keywords.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2504
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-arch/lbzip2/lbzip2-2.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/lbzip2/lbzip2-2.5.ebuild b/app-arch/lbzip2/lbzip2-2.5.ebuild
18 index c6f53ff..6aab979 100644
19 --- a/app-arch/lbzip2/lbzip2-2.5.ebuild
20 +++ b/app-arch/lbzip2/lbzip2-2.5.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="http://archive.lbzip2.org/${P}.tar.gz"
22
23 LICENSE="GPL-3"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
27 IUSE="debug symlink"
28
29 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"