Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/treelayout/
Date: Fri, 07 Oct 2016 20:55:33
Message-Id: 1475873704.74c72a61ad2314b6a27fcf9100f69dcba712ae67.chewi@gentoo
1 commit: 74c72a61ad2314b6a27fcf9100f69dcba712ae67
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 20:27:08 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 20:55:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c72a61
7
8 dev-java/treelayout: 1.0.2 stable on amd64, ppc64, x86 (ALLARCHES)
9
10 Package-Manager: portage-2.3.1
11
12 dev-java/treelayout/treelayout-1.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-java/treelayout/treelayout-1.0.2.ebuild b/dev-java/treelayout/treelayout-1.0.2.ebuild
16 index 0c8abef..f3d938d 100644
17 --- a/dev-java/treelayout/treelayout-1.0.2.ebuild
18 +++ b/dev-java/treelayout/treelayout-1.0.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/abego/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20 HOMEPAGE="https://github.com/abego/treelayout"
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~arm ppc64 x86"
25 IUSE="test"
26
27 RDEPEND=">=virtual/jre-1.6"