diff options
-rw-r--r-- | dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild b/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild index 6104bbe93c48..bc6f847fd907 100644 --- a/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild +++ b/dev-cpp/libwefts/libwefts-0.99c_p20060109.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/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild,v 1.1 2006/01/09 00:24:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libwefts/libwefts-0.99c_p20060109.ebuild,v 1.2 2006/01/09 19:49:42 mr_bones_ Exp $ inherit libtool @@ -19,7 +19,7 @@ IUSE="doc debug" src_unpack() { unpack ${A} cd ${S} - + elibtoolize } |