diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-24 22:47:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-24 22:47:45 +0000 |
commit | 9d167ec0dad32d773b47d9fd9a15ee9b14e7afec (patch) | |
tree | 3e5e2eb3149ad41e0825019a63b0a2a81ee196e4 /www-servers | |
parent | Sign Manifest (diff) | |
download | gentoo-2-9d167ec0dad32d773b47d9fd9a15ee9b14e7afec.tar.gz gentoo-2-9d167ec0dad32d773b47d9fd9a15ee9b14e7afec.tar.bz2 gentoo-2-9d167ec0dad32d773b47d9fd9a15ee9b14e7afec.zip |
Stable for AMD64, wrt bug #395923
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-7.0.23-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 1c8b90a33c66..5d64c8d4cdd4 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,9 @@ # 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.275 2011/12/24 20:21:51 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.276 2011/12/24 22:47:45 ago Exp $ + + 24 Dec 2011; Agostino Sarubbo <ago@gentoo.org> tomcat-7.0.23-r3.ebuild: + Stable for AMD64, wrt bug #395923 24 Dec 2011; Miroslav Šulc <fordfrog@gentoo.org> -files/5.5/26-main_tomcat_catalina_jasper_build_xml.patch, diff --git a/www-servers/tomcat/tomcat-7.0.23-r3.ebuild b/www-servers/tomcat/tomcat-7.0.23-r3.ebuild index a343abc3cc27..02ff42a0600a 100644 --- a/www-servers/tomcat/tomcat-7.0.23-r3.ebuild +++ b/www-servers/tomcat/tomcat-7.0.23-r3.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-7.0.23-r3.ebuild,v 1.1 2011/12/24 19:50:24 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-7.0.23-r3.ebuild,v 1.2 2011/12/24 22:47:45 ago Exp $ EAPI=2 JAVA_PKG_IUSE="doc examples source test" @@ -14,7 +14,7 @@ MY_P="apache-${P}-src" SLOT="7" SRC_URI="mirror://apache/${PN}/${PN}-${SLOT}/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="" |