diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-13 11:28:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-13 11:28:25 +0000 |
commit | 9bb4ad53578dfee84937dc91b79cd944709ab4bc (patch) | |
tree | 2e767f107b9e262421c17dfec2440f90abb8d67f /www-servers | |
parent | Stable on amd64 wrt bug #329937 (diff) | |
download | gentoo-2-9bb4ad53578dfee84937dc91b79cd944709ab4bc.tar.gz gentoo-2-9bb4ad53578dfee84937dc91b79cd944709ab4bc.tar.bz2 gentoo-2-9bb4ad53578dfee84937dc91b79cd944709ab4bc.zip |
Stable on amd64 wrt bug #329937
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.32-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 488f66e7f5f9..aae5dbdf04ec 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.243 2011/02/13 00:53:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.244 2011/02/13 11:28:25 hwoarang Exp $ + + 13 Feb 2011; Markos Chandras <hwoarang@gentoo.org> tomcat-6.0.32-r1.ebuild: + Stable on amd64 wrt bug #329937 13 Feb 2011; Christian Faulhammer <fauli@gentoo.org> tomcat-6.0.32-r1.ebuild: diff --git a/www-servers/tomcat/tomcat-6.0.32-r1.ebuild b/www-servers/tomcat/tomcat-6.0.32-r1.ebuild index 6963b91cf02c..38736084adbd 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.3 2011/02/13 00:53:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.32-r1.ebuild,v 1.4 2011/02/13 11:28:25 hwoarang 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="" |