diff options
author | 2015-02-25 15:34:47 +0000 | |
---|---|---|
committer | 2015-02-25 15:34:47 +0000 | |
commit | 2929d4ed354a83852acc6026fec2426bced35b1a (patch) | |
tree | a6c84a8114a77305d76ac32ecdacc40cf366cd80 /dev-java | |
parent | Stable for x86, wrt bug #535008 (diff) | |
download | gentoo-2-2929d4ed354a83852acc6026fec2426bced35b1a.tar.gz gentoo-2-2929d4ed354a83852acc6026fec2426bced35b1a.tar.bz2 gentoo-2-2929d4ed354a83852acc6026fec2426bced35b1a.zip |
Stable for x86, wrt bug #535096
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/tomcat-native/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.1.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/tomcat-native/ChangeLog b/dev-java/tomcat-native/ChangeLog index 36b04baa0711..3394e1197abf 100644 --- a/dev-java/tomcat-native/ChangeLog +++ b/dev-java/tomcat-native/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/tomcat-native # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.51 2015/02/19 09:06:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.52 2015/02/25 15:34:47 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> tomcat-native-1.1.32.ebuild: + Stable for x86, wrt bug #535096 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> tomcat-native-1.1.32.ebuild: Stable for amd64, wrt bug #535096 diff --git a/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild index 7051dbc0bedf..1b4815623a6b 100644 --- a/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.1.32.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/tomcat-native/tomcat-native-1.1.32.ebuild,v 1.2 2015/02/19 09:06:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.32.ebuild,v 1.3 2015/02/25 15:34:47 ago Exp $ EAPI="5" @@ -11,7 +11,7 @@ DESCRIPTION="Native APR library for Tomcat" SLOT="0" SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="Apache-2.0" IUSE="" |