diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-25 15:09:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-25 15:09:08 +0000 |
commit | e38acccbc497b7994b01aa0036d7b75a3b2b37f0 (patch) | |
tree | a55d1ac086e18298c316f068442a60d446dfd029 /dev-java/aspectj/aspectj-1.7.4.ebuild | |
parent | Update HOMEPAGE and SRC_URI. (diff) | |
download | historical-e38acccbc497b7994b01aa0036d7b75a3b2b37f0.tar.gz historical-e38acccbc497b7994b01aa0036d7b75a3b2b37f0.tar.bz2 historical-e38acccbc497b7994b01aa0036d7b75a3b2b37f0.zip |
Stable for amd64, wrt bug #553210
Package-Manager: portage-2.2.18/cvs/Linux x86_64
RepoMan-Options: --include-arches="amd64"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'dev-java/aspectj/aspectj-1.7.4.ebuild')
-rw-r--r-- | dev-java/aspectj/aspectj-1.7.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |