diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-03-01 12:46:30 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-03-01 12:46:30 +0000 |
commit | a060be381875a9cadd8413e333f9381bc78e51c7 (patch) | |
tree | 3e445f837c2a65f70e970bf4e091ddaa8cf7f399 /www-client | |
parent | Removed mysql USE flag, bug #168179. (diff) | |
download | gentoo-2-a060be381875a9cadd8413e333f9381bc78e51c7.tar.gz gentoo-2-a060be381875a9cadd8413e333f9381bc78e51c7.tar.bz2 gentoo-2-a060be381875a9cadd8413e333f9381bc78e51c7.zip |
stable on amd64; security bug 165555
(Portage version: 2.1.2-r9)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index bc5ff9f584f6..f1c6776f6b48 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.8 2007/02/28 21:17:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.9 2007/03/01 12:46:30 blubb Exp $ + + 01 Mar 2007; Simon Stelling <blubb@gentoo.org> seamonkey-bin-1.1.1.ebuild: + stable on amd64; security bug 165555 28 Feb 2007; Raúl Porcel <armin76@gentoo.org> seamonkey-bin-1.1.1.ebuild: x86 stable wrt security bug 165555 diff --git a/www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild b/www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild index 139811a26ece..38dd656f3604 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild,v 1.2 2007/02/28 21:17:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.1.ebuild,v 1.3 2007/03/01 12:46:30 blubb Exp $ inherit eutils mozilla-launcher multilib @@ -9,7 +9,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${PV}/seamonk HOMEPAGE="http://www.mozilla.org/projects/seamonkey/" RESTRICT="nostrip" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="" |