diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-25 15:08:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-25 15:08:59 +0000 |
commit | 05c385cafc8e90cb2b2d16b8b918068a9c087bda (patch) | |
tree | d8335fb06fc8564b732d011748620d2f048ff6be /dev-java | |
parent | Stable for amd64, wrt bug #553210 (diff) | |
download | gentoo-2-05c385cafc8e90cb2b2d16b8b918068a9c087bda.tar.gz gentoo-2-05c385cafc8e90cb2b2d16b8b918068a9c087bda.tar.bz2 gentoo-2-05c385cafc8e90cb2b2d16b8b918068a9c087bda.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/aspectj/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/aspectj/aspectj-1.7.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/aspectj/ChangeLog b/dev-java/aspectj/ChangeLog index a4547cba614f..b8590274316e 100644 --- a/dev-java/aspectj/ChangeLog +++ b/dev-java/aspectj/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/aspectj -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.30 2014/11/01 07:19:12 ercpe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/ChangeLog,v 1.31 2015/06/25 15:08:59 ago Exp $ + + 25 Jun 2015; Agostino Sarubbo <ago@gentoo.org> aspectj-1.7.4.ebuild: + Stable for amd64, wrt bug #553210 01 Nov 2014; Johann Schmitz <ercpe@gentoo.org> aspectj-1.7.3-r1.ebuild, aspectj-1.7.4.ebuild: diff --git a/dev-java/aspectj/aspectj-1.7.4.ebuild b/dev-java/aspectj/aspectj-1.7.4.ebuild index 28caaaede60f..337f810a95b3 100644 --- a/dev-java/aspectj/aspectj-1.7.4.ebuild +++ b/dev-java/aspectj/aspectj-1.7.4.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/aspectj/aspectj-1.7.4.ebuild,v 1.2 2014/11/01 07:19:12 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.7.4.ebuild,v 1.3 2015/06/25 15:08:59 ago Exp $ EAPI="5" JAVA_PKG_IUSE="doc source" @@ -13,7 +13,7 @@ SRC_URI="http://www.eclipse.org/downloads/download.php?file=/tools/${PN}/${P}-sr LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" CDEPEND="dev-java/asm:4 dev-java/commons-logging:0" |