diff options
author | 2004-11-16 16:08:54 +0000 | |
---|---|---|
committer | 2004-11-16 16:08:54 +0000 | |
commit | 8f6bd137f28f5e8dc78a386e94cd82f4cf332fa9 (patch) | |
tree | 3a93c869e06f4b48799c16765b3e2dd495e02d8f /mail-client/mozilla-thunderbird | |
parent | remove IUSE=gtk2 since we only support gtk2 now (diff) | |
download | gentoo-2-8f6bd137f28f5e8dc78a386e94cd82f4cf332fa9.tar.gz gentoo-2-8f6bd137f28f5e8dc78a386e94cd82f4cf332fa9.tar.bz2 gentoo-2-8f6bd137f28f5e8dc78a386e94cd82f4cf332fa9.zip |
Remove IUSE=gtk2 because we always depend on gtk2 now
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 1d5e45575375..342b3f6287f7 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.35 2004/11/15 02:23:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.36 2004/11/16 16:08:54 agriffis Exp $ + + 16 Nov 2004; Aron Griffis <agriffis@gentoo.org> + mozilla-thunderbird-0.9-r2.ebuild: + Remove IUSE=gtk2 because we always depend on gtk2 now 14 Nov 2004; Aron Griffis <agriffis@gentoo.org> mozilla-thunderbird-0.9-r2.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild index 22c53df70be5..08856448e34e 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild,v 1.2 2004/11/15 02:22:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-0.9-r2.ebuild,v 1.3 2004/11/16 16:08:54 agriffis Exp $ -IUSE="crypt gtk2" +IUSE="crypt" unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozconfig mozilla-launcher makeedit |