diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 01:21:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 01:21:32 +0000 |
commit | d1110544a38a70a44e319438479207d9f7a5c318 (patch) | |
tree | f28cdedc6fb552917aa5422ff94d6bb1c95cb0d4 /dev-libs | |
parent | +sys-devel/gcc:objc-gc (diff) | |
download | gentoo-2-d1110544a38a70a44e319438479207d9f7a5c318.tar.gz gentoo-2-d1110544a38a70a44e319438479207d9f7a5c318.tar.bz2 gentoo-2-d1110544a38a70a44e319438479207d9f7a5c318.zip |
use elibtoolize instead of uclibctoolize
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild index 6655d653d770..8b1c68396575 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.19 2005/04/29 00:40:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.20 2005/11/15 01:21:32 vapier Exp $ inherit eutils libtool @@ -19,7 +19,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-m4.patch - uclibctoolize + elibtoolize } src_install() { |