diff options
-rw-r--r-- | mail-client/sylpheed-claws/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/sylpheed-claws/sylpheed-claws-2.1.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail-client/sylpheed-claws/ChangeLog b/mail-client/sylpheed-claws/ChangeLog index 8753926fded2..880c31ad5402 100644 --- a/mail-client/sylpheed-claws/ChangeLog +++ b/mail-client/sylpheed-claws/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/sylpheed-claws # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.90 2006/04/24 20:53:51 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/ChangeLog,v 1.91 2006/05/05 10:57:15 genone Exp $ + + 05 May 2006; Marius Mauch <genone@gentoo.org> sylpheed-claws-2.1.1.ebuild: + remove hardcoded --enable-startup-notifcation as this is a use flag now. *sylpheed-claws-2.1.1 (24 Apr 2006) diff --git a/mail-client/sylpheed-claws/sylpheed-claws-2.1.1.ebuild b/mail-client/sylpheed-claws/sylpheed-claws-2.1.1.ebuild index 284b3399935d..8ef0e2119877 100644 --- a/mail-client/sylpheed-claws/sylpheed-claws-2.1.1.ebuild +++ b/mail-client/sylpheed-claws/sylpheed-claws-2.1.1.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/mail-client/sylpheed-claws/sylpheed-claws-2.1.1.ebuild,v 1.2 2006/04/24 21:05:10 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws/sylpheed-claws-2.1.1.ebuild,v 1.3 2006/05/05 10:57:15 genone Exp $ IUSE="gnome dillo crypt spell ssl ldap ipv6 pda clamav xface kde imap spamassassin doc startup-notification" @@ -72,7 +72,6 @@ src_compile() { myconf="${myconf} `use_enable spamassassin spamassassin-plugin`" econf \ - --enable-startup-notification \ --enable-trayicon-plugin \ ${myconf} || die "./configure failed" |