diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:59:40 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:59:40 +0000 |
commit | 29493c0ada3c52b94156179e1846c98b3a0f61a0 (patch) | |
tree | f112578b3512f8dbe72141101f4f94ed2acbb375 /www-servers | |
parent | x86 stable wrt bug #395933 (diff) | |
download | gentoo-2-29493c0ada3c52b94156179e1846c98b3a0f61a0.tar.gz gentoo-2-29493c0ada3c52b94156179e1846c98b3a0f61a0.tar.bz2 gentoo-2-29493c0ada3c52b94156179e1846c98b3a0f61a0.zip |
x86 stable wrt bug #395933
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 97cca976f506..36e4b5accae6 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.278 2011/12/30 12:04:54 fordfrog Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.279 2012/01/04 17:59:40 phajdan.jr Exp $ + + 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tomcat-6.0.35.ebuild: + x86 stable wrt bug #395933 30 Dec 2011; Miroslav Šulc <fordfrog@gentoo.org> -files/7/7.0.22-build-xml.patch, -tomcat-7.0.22-r1.ebuild: diff --git a/www-servers/tomcat/tomcat-6.0.35.ebuild b/www-servers/tomcat/tomcat-6.0.35.ebuild index 164d5ea56160..b003590e1f5c 100644 --- a/www-servers/tomcat/tomcat-6.0.35.ebuild +++ b/www-servers/tomcat/tomcat-6.0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.35.ebuild,v 1.2 2011/12/24 22:52:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.35.ebuild,v 1.3 2012/01/04 17:59:40 phajdan.jr 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="" |