summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-08 21:07:02 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-08 21:07:02 +0000
commitc3606352735f28a22039c510968efae961f0ef27 (patch)
tree95b948611af34406d01e333c114ae5ad9d44d593 /net-mail
parentStable on AMD64 (diff)
downloadhistorical-c3606352735f28a22039c510968efae961f0ef27.tar.gz
historical-c3606352735f28a22039c510968efae961f0ef27.tar.bz2
historical-c3606352735f28a22039c510968efae961f0ef27.zip
Disable nls for amd64
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sylpheed/ChangeLog5
-rw-r--r--net-mail/sylpheed/sylpheed-0.9.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/sylpheed/ChangeLog b/net-mail/sylpheed/ChangeLog
index cd04dd7d0490..5df5c813e102 100644
--- a/net-mail/sylpheed/ChangeLog
+++ b/net-mail/sylpheed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/sylpheed
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/ChangeLog,v 1.48 2004/02/21 03:31:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/ChangeLog,v 1.49 2004/03/08 21:07:02 avenj Exp $
+
+ 08 Mar 2004; Jon Portnoy <avenj@gentoo.org> sylpheed-0.9.8.ebuild :
+ Disable nls for amd64. Can't use gettext-0.12 on AMD64 systems.
20 Feb 2004; Aron Griffis <agriffis@gentoo.org> sylpheed-0.9.8.ebuild:
Mark a non-package-masked version stable on alpha and ia64
diff --git a/net-mail/sylpheed/sylpheed-0.9.8.ebuild b/net-mail/sylpheed/sylpheed-0.9.8.ebuild
index ca4c730f99fe..caf2faa40135 100644
--- a/net-mail/sylpheed/sylpheed-0.9.8.ebuild
+++ b/net-mail/sylpheed/sylpheed-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.8.ebuild,v 1.3 2004/02/22 16:29:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.8.ebuild,v 1.4 2004/03/08 21:07:02 avenj Exp $
IUSE="ssl xface ipv6 nls gnome ldap crypt pda"
@@ -20,7 +20,7 @@ PROVIDE="virtual/sylpheed"
DEPEND="=x11-libs/gtk+-1.2*
x11-misc/shared-mime-info
- nls? ( =sys-devel/gettext-0.12.1* )
+ !amd64? ( nls? ( =sys-devel/gettext-0.12.1* ) )
ssl? ( dev-libs/openssl )
pda? ( app-pda/jpilot )
ldap? ( >=net-nds/openldap-2.0.11 )