diff options
author | 2015-07-01 15:07:19 +0000 | |
---|---|---|
committer | 2015-07-01 15:07:19 +0000 | |
commit | d651a1961c75257efc88e020222e5687e0810396 (patch) | |
tree | e0b0e450909bb229ccce4fa85c738687d745d474 /dev-java/mx4j-core | |
parent | Stable for x86 with ALLARCHES. Fix bug 551988. (diff) | |
download | gentoo-2-d651a1961c75257efc88e020222e5687e0810396.tar.gz gentoo-2-d651a1961c75257efc88e020222e5687e0810396.tar.bz2 gentoo-2-d651a1961c75257efc88e020222e5687e0810396.zip |
Stable for x86 with ALLARCHES. Fix bug 551988.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java/mx4j-core')
-rw-r--r-- | dev-java/mx4j-core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/mx4j-core/mx4j-core-3.0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/mx4j-core/ChangeLog b/dev-java/mx4j-core/ChangeLog index 6d3b3dd78480..23d611ed2226 100644 --- a/dev-java/mx4j-core/ChangeLog +++ b/dev-java/mx4j-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/mx4j-core # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/mx4j-core/ChangeLog,v 1.15 2015/07/01 09:35:27 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/mx4j-core/ChangeLog,v 1.16 2015/07/01 15:07:19 monsieurp Exp $ + + 01 Jul 2015; Patrice Clement <monsieurp@gentoo.org> mx4j-core-3.0.2-r1.ebuild: + Stable for x86 with ALLARCHES. Fix bug 551988. 01 Jul 2015; Patrice Clement <monsieurp@gentoo.org> mx4j-core-3.0.2-r1.ebuild: Stable for amd64. Fix bug 551988. diff --git a/dev-java/mx4j-core/mx4j-core-3.0.2-r1.ebuild b/dev-java/mx4j-core/mx4j-core-3.0.2-r1.ebuild index ebba74a910eb..423c310cfc6e 100644 --- a/dev-java/mx4j-core/mx4j-core-3.0.2-r1.ebuild +++ b/dev-java/mx4j-core/mx4j-core-3.0.2-r1.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/mx4j-core/mx4j-core-3.0.2-r1.ebuild,v 1.2 2015/07/01 09:35:27 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/mx4j-core/mx4j-core-3.0.2-r1.ebuild,v 1.3 2015/07/01 15:07:19 monsieurp Exp $ EAPI=5 @@ -25,7 +25,7 @@ RDEPEND=">=virtual/jre-1.6 LICENSE="Apache-1.1" SLOT="3.0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc source" S="${WORKDIR}/${MY_P}" |