diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-25 15:08:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-25 15:08:55 +0000 |
commit | 322e5d33e512e6dda5d001de56d74fc1c3d74d6a (patch) | |
tree | dc2609b11a0c06987db4e78e636886cf15e638cc /dev-java | |
parent | Stable for amd64, wrt bug #553210 (diff) | |
download | gentoo-2-322e5d33e512e6dda5d001de56d74fc1c3d74d6a.tar.gz gentoo-2-322e5d33e512e6dda5d001de56d74fc1c3d74d6a.tar.bz2 gentoo-2-322e5d33e512e6dda5d001de56d74fc1c3d74d6a.zip |
Stable for amd64, wrt bug #553210
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/spring-core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/spring-core/spring-core-3.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/spring-core/ChangeLog b/dev-java/spring-core/ChangeLog index 793bb0d15e3f..6d5aa224d9d1 100644 --- a/dev-java/spring-core/ChangeLog +++ b/dev-java/spring-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/spring-core # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v 1.2 2015/06/25 09:41:10 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/ChangeLog,v 1.3 2015/06/25 15:08:55 ago Exp $ + + 25 Jun 2015; Agostino Sarubbo <ago@gentoo.org> spring-core-3.2.4.ebuild: + Stable for amd64, wrt bug #553210 25 Jun 2015; Patrice Clement <monsieurp@gentoo.org> spring-core-3.2.4.ebuild: Rearrange test dependencies. Remove a broken test. diff --git a/dev-java/spring-core/spring-core-3.2.4.ebuild b/dev-java/spring-core/spring-core-3.2.4.ebuild index 88d1ce0bcc5f..9f5c5e35b6e7 100644 --- a/dev-java/spring-core/spring-core-3.2.4.ebuild +++ b/dev-java/spring-core/spring-core-3.2.4.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/spring-core/spring-core-3.2.4.ebuild,v 1.2 2015/06/25 09:41:10 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spring-core/spring-core-3.2.4.ebuild,v 1.3 2015/06/25 15:08:55 ago Exp $ EAPI="5" @@ -16,7 +16,7 @@ SRC_URI="https://github.com/SpringSource/spring-framework/archive/v${PV}.RELEASE LICENSE="Apache-2.0" SLOT="3.2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" |