diff options
author | Brad Laue <brad@gentoo.org> | 2004-02-19 07:40:57 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-02-19 07:40:57 +0000 |
commit | bc601c264a060367dfdf7b9d0b5cb4bc9214ddfd (patch) | |
tree | a87e846f4bebd1990d880bed1dfce6e2c930c705 | |
parent | Initial import. bug #34418 - thanks to J. Santiago Hirschfeld. - A GTK2 8085... (diff) | |
download | gentoo-2-bc601c264a060367dfdf7b9d0b5cb4bc9214ddfd.tar.gz gentoo-2-bc601c264a060367dfdf7b9d0b5cb4bc9214ddfd.tar.bz2 gentoo-2-bc601c264a060367dfdf7b9d0b5cb4bc9214ddfd.zip |
thunderbird stable on x86
-rw-r--r-- | net-mail/mozilla-thunderbird/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/mozilla-thunderbird/ChangeLog b/net-mail/mozilla-thunderbird/ChangeLog index 14a67b01d4de..749f7601f824 100644 --- a/net-mail/mozilla-thunderbird/ChangeLog +++ b/net-mail/mozilla-thunderbird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mozilla-thunderbird # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/ChangeLog,v 1.20 2004/02/19 05:56:55 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/ChangeLog,v 1.21 2004/02/19 07:40:57 brad Exp $ + + 19 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-thunderbird-0.5.ebuild: + Stable on x86, at long last. 19 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-thunderbird-0.5.ebuild: Add dependency on pkgconfig, as this is needed for GTK+2 building. diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild index 734254aad2ad..7772a4562a8b 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.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/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild,v 1.2 2004/02/19 05:56:55 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.5.ebuild,v 1.3 2004/02/19 07:40:57 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -25,7 +25,7 @@ SRC_URI="mirror://gentoo/thunderbird-${PV}-source.tar.bz2 crypt? ( mirror://gentoo/enigmail-${EMVER}.tar.gz http://downloads.mozdev.org/enigmail/src/ipc-${IPCVER}.tar.gz )" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="gtk2 ipv6 crypt" |