diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-06 13:36:47 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-06 13:36:47 +0000 |
commit | 9cb79f8fa10258f97b1970ec766161fd2ece3ac7 (patch) | |
tree | 88dfe4b82f43ff7a9dff9e893d49ca48d4773389 /dev-util | |
parent | x86 stable wrt bug #556314 (diff) | |
download | gentoo-2-9cb79f8fa10258f97b1970ec766161fd2ece3ac7.tar.gz gentoo-2-9cb79f8fa10258f97b1970ec766161fd2ece3ac7.tar.bz2 gentoo-2-9cb79f8fa10258f97b1970ec766161fd2ece3ac7.zip |
Stable for amd64+x86 with ALLARCHES.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/scala-ide/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scala-ide/scala-ide-4.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/scala-ide/ChangeLog b/dev-util/scala-ide/ChangeLog index b9ac94e48e2b..48d34d2e69cb 100644 --- a/dev-util/scala-ide/ChangeLog +++ b/dev-util/scala-ide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scala-ide # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scala-ide/ChangeLog,v 1.1 2015/06/28 11:55:10 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scala-ide/ChangeLog,v 1.2 2015/08/06 13:36:47 monsieurp Exp $ + + 06 Aug 2015; Patrice Clement <monsieurp@gentoo.org> scala-ide-4.1.0.ebuild: + Stable for amd64+x86 with ALLARCHES. *scala-ide-4.1.0 (28 Jun 2015) diff --git a/dev-util/scala-ide/scala-ide-4.1.0.ebuild b/dev-util/scala-ide/scala-ide-4.1.0.ebuild index 3f39191f18b6..3edc95b255bf 100644 --- a/dev-util/scala-ide/scala-ide-4.1.0.ebuild +++ b/dev-util/scala-ide/scala-ide-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scala-ide/scala-ide-4.1.0.ebuild,v 1.1 2015/06/28 11:55:10 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scala-ide/scala-ide-4.1.0.ebuild,v 1.2 2015/08/06 13:36:47 monsieurp Exp $ EAPI=5 inherit java-pkg-opt-2 @@ -10,7 +10,7 @@ SRC_URI_X86="http://downloads.typesafe.com/scalaide-pack/${PV}-vfinal-luna-211-2 DESCRIPTION="The Scala IDE" HOMEPAGE="http://www.scala-ide.org" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SRC_URI=" amd64? ( ${SRC_URI_AMD64} ) x86? ( ${SRC_URI_X86} ) |