diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-08 02:27:13 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-08 02:27:13 +0000 |
commit | ab64dcb6bb047b5fa076589bf00020b880425841 (patch) | |
tree | ad28826facc2d2b6a4381a3662baa140187a666d /www-servers | |
parent | Punt redhat fixes since they are outdated and not really useful anymore. (Man... (diff) | |
download | gentoo-2-ab64dcb6bb047b5fa076589bf00020b880425841.tar.gz gentoo-2-ab64dcb6bb047b5fa076589bf00020b880425841.tar.bz2 gentoo-2-ab64dcb6bb047b5fa076589bf00020b880425841.zip |
added ~amd64 to keywords. fixes #76960.
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/orion/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/orion/orion-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/orion/ChangeLog b/www-servers/orion/ChangeLog index e3b141495901..952fa3094b82 100644 --- a/www-servers/orion/ChangeLog +++ b/www-servers/orion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/orion # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/orion/ChangeLog,v 1.6 2005/01/08 01:59:21 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/orion/ChangeLog,v 1.7 2005/01/08 02:27:13 luckyduck Exp $ + + 08 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> orion-2.0.5.ebuild: + added ~amd64 to keywords. fixes #76960. *orion-2.0.5 (08 Jan 2005) diff --git a/www-servers/orion/orion-2.0.5.ebuild b/www-servers/orion/orion-2.0.5.ebuild index 89335e72209c..e383646b9d8c 100644 --- a/www-servers/orion/orion-2.0.5.ebuild +++ b/www-servers/orion/orion-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/orion/orion-2.0.5.ebuild,v 1.1 2005/01/08 01:59:21 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/orion/orion-2.0.5.ebuild,v 1.2 2005/01/08 02:27:13 luckyduck Exp $ inherit eutils java-pkg @@ -11,7 +11,7 @@ At=${PN}${PV}.zip DESCRIPTION="Orion EJB/J2EE application webserver" SRC_URI="http://www.orionserver.com/distributions/${At}" HOMEPAGE="http://www.orionserver.com/" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" LICENSE="ORIONSERVER" SLOT="0" DEPEND=">=virtual/jdk-1.3 |