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: dev-java/asm/
Date: Thu, 01 Mar 2018 08:39:53
Message-Id: 1519893573.9aa054b33688534812203f3c67fabbc47400fc7c.mgorny@gentoo
1 commit: 9aa054b33688534812203f3c67fabbc47400fc7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 08:37:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 08:39:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa054b3
7
8 dev-java/asm: Dekeyword *-fbsd
9
10 dev-java/asm/asm-3.3.1-r1.ebuild | 4 ++--
11 dev-java/asm/asm-5.0.3.ebuild | 4 ++--
12 dev-java/asm/asm-5.1.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-java/asm/asm-3.3.1-r1.ebuild b/dev-java/asm/asm-3.3.1-r1.ebuild
16 index 06754913be5..e37a56ad9fd 100644
17 --- a/dev-java/asm/asm-3.3.1-r1.ebuild
18 +++ b/dev-java/asm/asm-3.3.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,7 +14,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz"
26 LICENSE="BSD"
27 SLOT="3"
28 IUSE=""
29 -KEYWORDS="amd64 ppc64 x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris ~x86-solaris"
30 +KEYWORDS="amd64 ppc64 x86 ~sparc-solaris ~x86-solaris"
31
32 DEPEND=">=virtual/jdk-1.6"
33 RDEPEND=">=virtual/jre-1.6"
34
35 diff --git a/dev-java/asm/asm-5.0.3.ebuild b/dev-java/asm/asm-5.0.3.ebuild
36 index 52f63bc8cba..6bd00d55c4a 100644
37 --- a/dev-java/asm/asm-5.0.3.ebuild
38 +++ b/dev-java/asm/asm-5.0.3.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -14,7 +14,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz
46 LICENSE="BSD"
47 SLOT="4"
48 IUSE=""
49 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~x64-macos"
50 +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~x64-macos"
51
52 DEPEND=">=virtual/jdk-1.5"
53 RDEPEND=">=virtual/jre-1.5"
54
55 diff --git a/dev-java/asm/asm-5.1.ebuild b/dev-java/asm/asm-5.1.ebuild
56 index 43675d631d1..e71765b9484 100644
57 --- a/dev-java/asm/asm-5.1.ebuild
58 +++ b/dev-java/asm/asm-5.1.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65 @@ -14,7 +14,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz
66 LICENSE="BSD"
67 SLOT="4"
68 IUSE=""
69 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x64-macos"
70 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x64-macos"
71
72 DEPEND=">=virtual/jdk-1.6"
73 RDEPEND=">=virtual/jre-1.6"