diff options
Diffstat (limited to 'mail-client/sylpheed/sylpheed-2.2.5.ebuild')
-rw-r--r-- | mail-client/sylpheed/sylpheed-2.2.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-client/sylpheed/sylpheed-2.2.5.ebuild b/mail-client/sylpheed/sylpheed-2.2.5.ebuild index a81af3599914..c9ca0f631dc5 100644 --- a/mail-client/sylpheed/sylpheed-2.2.5.ebuild +++ b/mail-client/sylpheed/sylpheed-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.5 2006/09/03 12:20:23 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.2.5.ebuild,v 1.6 2006/09/06 13:11:29 hattya Exp $ inherit autotools eutils @@ -34,7 +34,9 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-2.*.diff + eautomake + elibtoolize } |