diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-08-28 15:10:07 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-08-28 15:10:07 +0000 |
commit | c009f8751913a9d0b2c3408975ae110df988f886 (patch) | |
tree | 9879a194996bb7506ac67d3e23e975c54655f525 /net-im/openfire | |
parent | Patch from Diego Pettenò to enable parallel build (bug #235987) (diff) | |
download | gentoo-2-c009f8751913a9d0b2c3408975ae110df988f886.tar.gz gentoo-2-c009f8751913a9d0b2c3408975ae110df988f886.tar.bz2 gentoo-2-c009f8751913a9d0b2c3408975ae110df988f886.zip |
Stable on x86 wrt security bug #229515
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'net-im/openfire')
-rw-r--r-- | net-im/openfire/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/openfire/openfire-3.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/openfire/ChangeLog b/net-im/openfire/ChangeLog index c70ddbc16ff6..1d7c127da16a 100644 --- a/net-im/openfire/ChangeLog +++ b/net-im/openfire/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/openfire # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/ChangeLog,v 1.24 2008/08/27 12:17:45 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/ChangeLog,v 1.25 2008/08/28 15:10:07 jokey Exp $ + + 28 Aug 2008; Markus Ullmann <jokey@gentoo.org> openfire-3.6.0.ebuild: + Stable on x86 wrt security bug #229515 27 Aug 2008; Markus Ullmann <jokey@gentoo.org> metadata.xml: Update metadata diff --git a/net-im/openfire/openfire-3.6.0.ebuild b/net-im/openfire/openfire-3.6.0.ebuild index 8ffdf0ea3f16..54c69bc37547 100644 --- a/net-im/openfire/openfire-3.6.0.ebuild +++ b/net-im/openfire/openfire-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/openfire-3.6.0.ebuild,v 1.1 2008/08/27 12:06:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/openfire/openfire-3.6.0.ebuild,v 1.2 2008/08/28 15:10:07 jokey Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -11,7 +11,7 @@ SRC_URI="http://www.igniterealtime.org/builds/openfire/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc" RDEPEND=">=virtual/jre-1.5" |