summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-09-06 13:11:29 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-09-06 13:11:29 +0000
commit532ef6f0f39f6286057adaa51e6be69da6b751e3 (patch)
treefe23be003d283a1e9623d6d2d1c61067390e2f77 /mail-client/sylpheed/sylpheed-2.2.5.ebuild
parentadded ~amd64 (diff)
downloadgentoo-2-532ef6f0f39f6286057adaa51e6be69da6b751e3.tar.gz
gentoo-2-532ef6f0f39f6286057adaa51e6be69da6b751e3.tar.bz2
gentoo-2-532ef6f0f39f6286057adaa51e6be69da6b751e3.zip
elibtoolize after eautomake.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'mail-client/sylpheed/sylpheed-2.2.5.ebuild')
-rw-r--r--mail-client/sylpheed/sylpheed-2.2.5.ebuild4
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
}