summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-06-27 19:34:16 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-06-27 19:34:16 +0000
commita133fec0dbcb7335b341a9792a70345fa6144a23 (patch)
tree29f9a89e20466ab1bfc14b800e8b88b06091b033 /mail-client
parentQA - fix use invocation. Run gnuconfig_update everywhere instead of just on m... (diff)
downloadgentoo-2-a133fec0dbcb7335b341a9792a70345fa6144a23.tar.gz
gentoo-2-a133fec0dbcb7335b341a9792a70345fa6144a23.tar.bz2
gentoo-2-a133fec0dbcb7335b341a9792a70345fa6144a23.zip
Fixed BUG #55136.
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/sylpheed/ChangeLog5
-rw-r--r--mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/mail-client/sylpheed/ChangeLog b/mail-client/sylpheed/ChangeLog
index 0fdc4c8625c4..980cccf1ce07 100644
--- a/mail-client/sylpheed/ChangeLog
+++ b/mail-client/sylpheed/ChangeLog
@@ -1,9 +1,10 @@
# ChangeLog for net-mail/sylpheed
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.15 2004/06/26 12:52:44 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.16 2004/06/27 19:34:16 kugelfang Exp $
26 Jun 2004; Danny van Dyk <kugelfang@gentoo.org>
- +files/sylpheed-0.9.12-64bit.patch, sylpheed-0.9.12.ebuild:
+ +files/sylpheed-0.9.12-64bit.patch, sylpheed-0.9.12.ebuild,
+ sylpheed-0.9.12.ebuild:
Fixed BUG #55136 (64bit cleaning).
24 Jun 2004; Akinori Hattori <hattya@gentoo.org> -sylpheed-0.9.8-r2.ebuild,
diff --git a/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild b/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild
index 1f3334c62ed8..a10079af1259 100644
--- a/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild
+++ b/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild,v 1.2 2004/06/24 22:18:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-0.9.12-r2.ebuild,v 1.3 2004/06/27 19:34:16 kugelfang Exp $
inherit eutils
@@ -45,6 +45,7 @@ src_unpack() {
if use gtk2; then
epatch ${WORKDIR}/${P}-gtk2-${GTK2_PATCHVER}.diff
+ epatch ${FILESDIR}/${P}-64bit.patch
! use crypt && cp ac/missing/gpgme.m4 ac
./autogen.sh
fi