diff options
author | Jory Pratt <anarchy@gentoo.org> | 2006-06-23 01:12:50 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2006-06-23 01:12:50 +0000 |
commit | 7925b0ad09b0e3524580f6eb1ac4a1bce4e7750f (patch) | |
tree | 19b5052356c6b16c64b01d146087d5b1d3bd549f /www-client | |
parent | Remove nsplugin support as per bug #137665. (diff) | |
download | gentoo-2-7925b0ad09b0e3524580f6eb1ac4a1bce4e7750f.tar.gz gentoo-2-7925b0ad09b0e3524580f6eb1ac4a1bce4e7750f.tar.bz2 gentoo-2-7925b0ad09b0e3524580f6eb1ac4a1bce4e7750f.zip |
Marked amd64 as per bug #137198
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index c2810b92446c..79b544bcf211 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.8 2006/06/22 16:11:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.9 2006/06/23 01:12:50 anarchy Exp $ + + 23 Jun 2006; <anarchy@gentoo.org> seamonkey-1.0.2.ebuild: + Marked amd64 as per bug #137198 22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> seamonkey-1.0.2.ebuild: diff --git a/www-client/seamonkey/seamonkey-1.0.2.ebuild b/www-client/seamonkey/seamonkey-1.0.2.ebuild index 34ccce898ce8..657a0009e949 100644 --- a/www-client/seamonkey/seamonkey-1.0.2.ebuild +++ b/www-client/seamonkey/seamonkey-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.0.2.ebuild,v 1.3 2006/06/22 16:11:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.0.2.ebuild,v 1.4 2006/06/23 01:12:50 anarchy Exp $ unset ALLOWED_FLAGS # Stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozcoreconf mozconfig-2 mozilla-launcher makeedit multilib autotools @@ -15,7 +15,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/${PN}/releases/${PV}/${P}.source http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2 crypt? ( !moznomail? ( http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz ) )" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="java ldap mozcalendar mozdevelop moznocompose moznoirc moznomail moznoroaming postgres crypt" |