diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 18:14:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 18:14:21 +0000 |
commit | fd75686ba5ad0627f26ab2194e9dcb1e758e6c72 (patch) | |
tree | d19c9116bfa26e2490a1434c856bc9ff7bad361f | |
parent | Fix grammar in enigmail ewarns (diff) | |
download | gentoo-2-fd75686ba5ad0627f26ab2194e9dcb1e758e6c72.tar.gz gentoo-2-fd75686ba5ad0627f26ab2194e9dcb1e758e6c72.tar.bz2 gentoo-2-fd75686ba5ad0627f26ab2194e9dcb1e758e6c72.zip |
Don't set EMVER or IPCVER when we're not delivering enigmail anyway
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild index 0cef6938a027..86d9f17d2e76 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild @@ -1,13 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild,v 1.3 2005/07/14 18:13:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild,v 1.4 2005/07/14 18:14:21 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils nsplugins mozconfig mozilla-launcher makeedit multilib -EMVER="0.92.0" -IPCVER="1.1.3" - DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.org/projects/thunderbird/" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/source/thunderbird-${PV}-source.tar.bz2" |