diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-08 17:51:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-08 17:51:21 +0000 |
commit | 385264239839119eec44111599f17302f015ff08 (patch) | |
tree | 5992d9e8bb6286671e4e3c980b7ceae1741cf25b /sys-devel/libtool | |
parent | allow xz-utils and lzma-utils #279871 (diff) | |
download | historical-385264239839119eec44111599f17302f015ff08.tar.gz historical-385264239839119eec44111599f17302f015ff08.tar.bz2 historical-385264239839119eec44111599f17302f015ff08.zip |
allow xz-utils and lzma-utils #279871
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.2.6a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/libtool-2.2.6a.ebuild b/sys-devel/libtool/libtool-2.2.6a.ebuild index 6fa268a1d836..12fd23bc6018 100644 --- a/sys-devel/libtool/libtool-2.2.6a.ebuild +++ b/sys-devel/libtool/libtool-2.2.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.4 2009/06/28 16:37:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.5 2009/09/08 17:51:21 vapier Exp $ LIBTOOLIZE="true" #225559 inherit eutils autotools @@ -18,7 +18,7 @@ RDEPEND="sys-devel/gnuconfig >=sys-devel/autoconf-2.60 >=sys-devel/automake-1.10.1" DEPEND="${RDEPEND} - app-arch/lzma-utils + || ( app-arch/xz-utils app-arch/lzma-utils ) sys-apps/help2man" S=${WORKDIR}/${P%a} |