diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 14:52:30 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-05 14:52:30 +0000 |
commit | 32cce370b2645a2ec6c6933abfdf5d8945fe4c77 (patch) | |
tree | d7390290d15fdb721732751b15a59a3b32c050a0 /www-servers/tomcat | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-32cce370b2645a2ec6c6933abfdf5d8945fe4c77.tar.gz gentoo-2-32cce370b2645a2ec6c6933abfdf5d8945fe4c77.tar.bz2 gentoo-2-32cce370b2645a2ec6c6933abfdf5d8945fe4c77.zip |
Dropping sparc keywords, see #96229
(Portage version: 2.1.1)
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.0.27-r6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index b7ca7a025a73..f1d9a2f2e843 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tomcat # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.70 2006/09/28 18:28:50 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.71 2006/10/05 14:52:30 gustavoz Exp $ + + 05 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + tomcat-5.0.27-r6.ebuild: + Dropping sparc keywords, see #96229 28 Sep 2006; William L. Thomson Jr. <wltjr@gentoo.org> Manifest: Redigested, ew diff --git a/www-servers/tomcat/tomcat-5.0.27-r6.ebuild b/www-servers/tomcat/tomcat-5.0.27-r6.ebuild index f1b3662e9264..b4d8a96b4a5c 100644 --- a/www-servers/tomcat/tomcat-5.0.27-r6.ebuild +++ b/www-servers/tomcat/tomcat-5.0.27-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.27-r6.ebuild,v 1.6 2006/09/23 05:14:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.27-r6.ebuild,v 1.7 2006/10/05 14:52:30 gustavoz Exp $ inherit eutils @@ -11,7 +11,7 @@ S=${WORKDIR}/jakarta-${P} SLOT="${PV/.*/}" SRC_URI="http://archive.apache.org/dist/tomcat/tomcat-${SLOT}/archive/v${PV}/bin/${JT_P}" HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ppc ~ppc64 x86" LICENSE="Apache-2.0" DEPEND="sys-apps/sed" RDEPEND=">=virtual/jdk-1.3 |