summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/libtool/libtool-2.4-r3.ebuild')
-rw-r--r--sys-devel/libtool/libtool-2.4-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/libtool/libtool-2.4-r3.ebuild b/sys-devel/libtool/libtool-2.4-r3.ebuild
index 155795939c6a..e171fe37ba4f 100644
--- a/sys-devel/libtool/libtool-2.4-r3.ebuild
+++ b/sys-devel/libtool/libtool-2.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r3.ebuild,v 1.1 2011/09/24 06:39:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r3.ebuild,v 1.2 2011/10/04 20:42:26 vapier Exp $
EAPI="2" #356089
@@ -22,14 +22,14 @@ HOMEPAGE="http://www.gnu.org/software/libtool/"
LICENSE="GPL-2"
SLOT="2"
-IUSE="static-libs vanilla"
+IUSE="static-libs test vanilla"
RDEPEND="sys-devel/gnuconfig
!<sys-devel/autoconf-2.62:2.5
!<sys-devel/automake-1.11.1:1.11
!=sys-devel/libtool-2*:1.5"
DEPEND="${RDEPEND}
- >=sys-devel/binutils-2.20
+ test? ( !<sys-devel/binutils-2.20 )
app-arch/xz-utils"
[[ ${PV} == "9999" ]] && DEPEND+=" sys-apps/help2man"