diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-12 19:55:34 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-12 19:55:34 +0000 |
commit | ffc3d7ed6221a9fe5f0c1e97b1936e331a909d9a (patch) | |
tree | 993fbb81d98e215b4a7e4d7ea8bb2d6da353f113 /www-servers | |
parent | ppc/ppc64 stable wrt #329937 (diff) | |
download | gentoo-2-ffc3d7ed6221a9fe5f0c1e97b1936e331a909d9a.tar.gz gentoo-2-ffc3d7ed6221a9fe5f0c1e97b1936e331a909d9a.tar.bz2 gentoo-2-ffc3d7ed6221a9fe5f0c1e97b1936e331a909d9a.zip |
ppc/ppc64 stable wrt #329937
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.32-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 229dc9325d32..84dcc471ee5f 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.241 2011/02/12 16:51:04 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.242 2011/02/12 19:55:34 xarthisius Exp $ + + 12 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + tomcat-6.0.32-r1.ebuild: + ppc/ppc64 stable wrt #329937 *tomcat-6.0.32-r1 (12 Feb 2011) diff --git a/www-servers/tomcat/tomcat-6.0.32-r1.ebuild b/www-servers/tomcat/tomcat-6.0.32-r1.ebuild index b93bde55e612..26e23bf4ed2e 100644 --- a/www-servers/tomcat/tomcat-6.0.32-r1.ebuild +++ b/www-servers/tomcat/tomcat-6.0.32-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.32-r1.ebuild,v 1.1 2011/02/12 16:51:04 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.32-r1.ebuild,v 1.2 2011/02/12 19:55:34 xarthisius Exp $ EAPI=2 JAVA_PKG_IUSE="doc examples source test" @@ -14,7 +14,7 @@ MY_P="apache-${P}-src" SLOT="6" SRC_URI="mirror://apache/${PN}/${PN}-6/v${PV/_/-}/src/${MY_P}.tar.gz" HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc ppc64 ~x86 ~x86-fbsd" LICENSE="Apache-2.0" IUSE="" |