diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-08-15 22:39:06 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-08-15 22:39:06 +0000 |
commit | dfe1cbba522bfc23ec18efbc9ebe1d4a4fa6672c (patch) | |
tree | 1565b72eab457cda09e8e05f2ff480c8ccf6b218 /net-mail | |
parent | removed evolution 0.10, has never worked and 0.12 seems to work fine (diff) | |
download | historical-dfe1cbba522bfc23ec18efbc9ebe1d4a4fa6672c.tar.gz historical-dfe1cbba522bfc23ec18efbc9ebe1d4a4fa6672c.tar.bz2 historical-dfe1cbba522bfc23ec18efbc9ebe1d4a4fa6672c.zip |
removed an unused patch
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.12.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mail/evolution/evolution-0.12.ebuild b/net-mail/evolution/evolution-0.12.ebuild index e876ba2986d8..7668604a7c74 100644 --- a/net-mail/evolution/evolution-0.12.ebuild +++ b/net-mail/evolution/evolution-0.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <hallski@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.12.ebuild,v 1.3 2001/08/14 08:12:24 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.12.ebuild,v 1.4 2001/08/15 22:39:06 hallski Exp $ DB3=db-3.1.17 A="${P}.tar.gz ${DB3}.tar.gz" @@ -35,8 +35,6 @@ src_compile() { cd ${S} - patch -p0 < ${FILESDIR}/build-evolution-0.12.patch - local myconf if [ "`use ssl`" ] ; then |