From 2a5a233a486708551f3c00ba75dd2aa3879348e8 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Fri, 12 Jun 2015 16:36:46 +0000 Subject: Soften SLOT and change it to 0 after checking compatibility with apicheck. Signed-off-by: Patrice Clement (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8) --- dev-java/istack-commons-runtime/ChangeLog | 6 +++++- dev-java/istack-commons-runtime/istack-commons-runtime-2.22.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-java') 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 + 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="" -- cgit v1.2.3-65-gdbad