diff options
author | Brent Baude <ranger@gentoo.org> | 2009-03-18 15:00:07 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-03-18 15:00:07 +0000 |
commit | 45c1bca1ca734472f21da9b92d46d2fc94070085 (patch) | |
tree | 440efe5ededee6102a38f9dfbb8880f30018c8e4 /www-servers/tomcat | |
parent | stable ppc, bug 262745 (diff) | |
download | gentoo-2-45c1bca1ca734472f21da9b92d46d2fc94070085.tar.gz gentoo-2-45c1bca1ca734472f21da9b92d46d2fc94070085.tar.bz2 gentoo-2-45c1bca1ca734472f21da9b92d46d2fc94070085.zip |
stable ppc, bug 255469
(Portage version: 2.1.6.7/cvs/Linux ppc64)
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.18-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index ca673c09bb5f..c929a8cb3bd7 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.210 2009/03/11 15:04:54 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.211 2009/03/18 15:00:07 ranger Exp $ + + 18 Mar 2009; Brent Baude <ranger@gentoo.org> tomcat-6.0.18-r2.ebuild: + stable ppc, bug 255469 11 Mar 2009; Brent Baude <ranger@gentoo.org> tomcat-6.0.18-r3.ebuild: Marking tomcat-6.0.18-r3 ppc64 for bug 261469 diff --git a/www-servers/tomcat/tomcat-6.0.18-r2.ebuild b/www-servers/tomcat/tomcat-6.0.18-r2.ebuild index f1a6d84bced6..afc9799d4b39 100644 --- a/www-servers/tomcat/tomcat-6.0.18-r2.ebuild +++ b/www-servers/tomcat/tomcat-6.0.18-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.18-r2.ebuild,v 1.3 2009/01/27 19:11:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.18-r2.ebuild,v 1.4 2009/03/18 15:00:07 ranger Exp $ EAPI=1 JAVA_PKG_IUSE="doc source" @@ -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="examples test" |