Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scala-ide/
Date: Wed, 13 Jun 2018 10:09:23
Message-Id: 1528884553.f511d188b69a8b16e2dafc376d70e6ab5359e1a7.monsieurp@gentoo
1 commit: f511d188b69a8b16e2dafc376d70e6ab5359e1a7
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 10:08:55 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 10:09:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f511d188
7
8 dev-util/scala-ide: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-util/scala-ide/scala-ide-4.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/scala-ide/scala-ide-4.3.0.ebuild b/dev-util/scala-ide/scala-ide-4.3.0.ebuild
16 index 1e477ba646e..f562273c425 100644
17 --- a/dev-util/scala-ide/scala-ide-4.3.0.ebuild
18 +++ b/dev-util/scala-ide/scala-ide-4.3.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 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 @@ -16,7 +16,7 @@ SRC_URI_X86="http://downloads.typesafe.com/${S_PACK}/${PV}-vfinal-luna-211-20151
26
27 DESCRIPTION="The Scala IDE"
28 HOMEPAGE="http://www.scala-ide.org"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31 SRC_URI="
32 amd64? ( ${SRC_URI_AMD64} )
33 x86? ( ${SRC_URI_X86} )