diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-06-12 16:36:46 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-06-12 16:36:46 +0000 |
commit | 2a5a233a486708551f3c00ba75dd2aa3879348e8 (patch) | |
tree | 7802d09bf01e21641ab77890ead35096a02e855b /dev-java | |
parent | Soften SLOT and change it to 0 after checking compatibility with apicheck. (diff) | |
download | gentoo-2-2a5a233a486708551f3c00ba75dd2aa3879348e8.tar.gz gentoo-2-2a5a233a486708551f3c00ba75dd2aa3879348e8.tar.bz2 gentoo-2-2a5a233a486708551f3c00ba75dd2aa3879348e8.zip |
Soften SLOT and change it to 0 after checking compatibility with apicheck.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/istack-commons-runtime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/istack-commons-runtime/ChangeLog b/dev-java/istack-commons-runtime/ChangeLog index 357ad05c5859..44dbc1dfb605 100644 --- a/dev-java/istack-commons-runtime/ChangeLog +++ b/dev-java/istack-commons-runtime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/istack-commons-runtime # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.15 2015/06/12 13:59:48 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.16 2015/06/12 16:36:46 monsieurp Exp $ + + 12 Jun 2015; Patrice Clement <monsieurp@gentoo.org> + istack-commons-runtime-2.22.ebuild: + Soften SLOT and change it to 0 after checking compatibility with apicheck. *istack-commons-runtime-2.22 (12 Jun 2015) diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild index fa03a0b46083..b3e377827d23 100644 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild +++ b/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.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-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild,v 1.1 2015/06/12 13:59:48 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild,v 1.2 2015/06/12 16:36:46 monsieurp Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="https://istack-commons.java.net" SRC_URI="https://maven.java.net/content/repositories/releases/com/sun/${MY_PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="CDDL" -SLOT="${PV}" +SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" |