summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-06-08 22:28:50 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-06-08 22:28:50 +0000
commitac9b0e2034fbaeaaf7d4ebbadbbddfca8bc86034 (patch)
tree7dc705945f6a9600f6016bff8429a0251420d282 /www-servers/tomcat
parentVersion bump for Gnome 3.16. (diff)
downloadgentoo-2-ac9b0e2034fbaeaaf7d4ebbadbbddfca8bc86034.tar.gz
gentoo-2-ac9b0e2034fbaeaaf7d4ebbadbbddfca8bc86034.tar.bz2
gentoo-2-ac9b0e2034fbaeaaf7d4ebbadbbddfca8bc86034.zip
Add back ~ppc and ~ppc64 keywords to make repoman happy.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r--www-servers/tomcat/ChangeLog5
-rw-r--r--www-servers/tomcat/tomcat-7.0.59.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog
index 0057677eb13f..1ea5ac47c9bb 100644
--- a/www-servers/tomcat/ChangeLog
+++ b/www-servers/tomcat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/tomcat
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.354 2015/06/05 09:00:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.355 2015/06/08 22:28:50 monsieurp Exp $
+
+ 08 Jun 2015; Patrice Clement <monsieurp@gentoo.org> tomcat-7.0.59.ebuild:
+ Add back ~ppc and ~ppc64 keywords to make repoman happy.
05 Jun 2015; Agostino Sarubbo <ago@gentoo.org> tomcat-6.0.44.ebuild,
tomcat-7.0.59.ebuild:
diff --git a/www-servers/tomcat/tomcat-7.0.59.ebuild b/www-servers/tomcat/tomcat-7.0.59.ebuild
index 3f9c01b94996..ad1f61c0ea10 100644
--- a/www-servers/tomcat/tomcat-7.0.59.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.59.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-7.0.59.ebuild,v 1.3 2015/06/05 09:00:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-7.0.59.ebuild,v 1.4 2015/06/08 22:28:50 monsieurp Exp $
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="7"
-KEYWORDS="amd64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 x86 ~ppc ~ppc64 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="extra-webapps websockets"
RESTRICT="test" # can we run them on a production system?
@@ -29,11 +29,11 @@ COMMON_DEP="
~dev-java/tomcat-servlet-api-${PV}
extra-webapps? ( dev-java/jakarta-jstl:0 )"
RDEPEND="${COMMON_DEP}
- websockets? ( >=virtual/jre-1.7 )
+ websockets? ( >=virtual/jre-1.6 )
!websockets? ( >=virtual/jre-1.6 )
!<dev-java/tomcat-native-1.1.24"
DEPEND="${COMMON_DEP}
- websockets? ( >=virtual/jdk-1.7 )
+ websockets? ( >=virtual/jdk-1.6 )
!websockets? ( >=virtual/jdk-1.6 )
>=dev-java/ant-core-1.8.1:0
test? (