diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-27 09:52:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-27 09:52:41 +0000 |
commit | f3858576dbc0153f0245ad2335762eb1b0ace87b (patch) | |
tree | 7c522cda3a92498df661c88c8a28e87c5137d46d /dev-java/fastinfoset | |
parent | Stable for amd64, wrt bug #535050 (diff) | |
download | gentoo-2-f3858576dbc0153f0245ad2335762eb1b0ace87b.tar.gz gentoo-2-f3858576dbc0153f0245ad2335762eb1b0ace87b.tar.bz2 gentoo-2-f3858576dbc0153f0245ad2335762eb1b0ace87b.zip |
Stable for amd64, wrt bug #535052
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java/fastinfoset')
-rw-r--r-- | dev-java/fastinfoset/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/fastinfoset/fastinfoset-1.2.11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/fastinfoset/ChangeLog b/dev-java/fastinfoset/ChangeLog index 43f482ec4e04..fce61cdcecd9 100644 --- a/dev-java/fastinfoset/ChangeLog +++ b/dev-java/fastinfoset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/fastinfoset -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/ChangeLog,v 1.12 2014/09/06 16:21:54 ercpe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/ChangeLog,v 1.13 2015/03/27 09:52:41 ago Exp $ + + 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> fastinfoset-1.2.11.ebuild: + Stable for amd64, wrt bug #535052 *fastinfoset-1.2.11 (06 Sep 2014) diff --git a/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild b/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild index c2ac66280fc3..a2ff5e924ab5 100644 --- a/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild +++ b/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild,v 1.1 2014/09/06 16:21:54 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild,v 1.2 2015/03/27 09:52:41 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=com/sun/xml/${PN}/${MY_P LICENSE="CDDL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=virtual/jre-1.5" |