diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-21 22:43:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-21 22:43:33 +0000 |
commit | 080bd27784f99166e4d9ffb8a7633bebd0706cc1 (patch) | |
tree | 0a52e29e28f9cef1354f6fdadc3ea44b19110061 /www-client | |
parent | version bump. solving bug #302624. (diff) | |
download | gentoo-2-080bd27784f99166e4d9ffb8a7633bebd0706cc1.tar.gz gentoo-2-080bd27784f99166e4d9ffb8a7633bebd0706cc1.tar.bz2 gentoo-2-080bd27784f99166e4d9ffb8a7633bebd0706cc1.zip |
stable x86, security bug 329279
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.0.6.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index a6ebbd6d0d09..1ec0e3010174 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.237 2010/07/21 12:26:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.238 2010/07/21 22:43:33 fauli Exp $ + + 21 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + seamonkey-2.0.6.ebuild: + stable x86, security bug 329279 *seamonkey-2.0.6 (21 Jul 2010) diff --git a/www-client/seamonkey/seamonkey-2.0.6.ebuild b/www-client/seamonkey/seamonkey-2.0.6.ebuild index 586c53e1d727..255990d2fe61 100644 --- a/www-client/seamonkey/seamonkey-2.0.6.ebuild +++ b/www-client/seamonkey/seamonkey-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v 1.1 2010/07/21 09:53:34 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.6.ebuild,v 1.2 2010/07/21 22:43:33 fauli Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -26,13 +26,13 @@ if [[ ${PV} == *_pre* ]] ; then REL_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${PN}/nightly/${MY_PV}-candidates/build${PV##*_pre}" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" - KEYWORDS="" + KEYWORDS="x86" #HAS_LANGS="false" else # This is where arch teams should change the KEYWORDS. REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases/${MY_PV}" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" [[ ${PV} == *alpha* ]] && HAS_LANGS="false" fi |