diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:33:29 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:33:29 +0000 |
commit | 93ab7bf19a4af309f772e1e72a13570145bac073 (patch) | |
tree | 98196025903529eb69c20dc976e0f4207a54b591 /sys-block/tw_cli/tw_cli-9.3.0.4.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-93ab7bf19a4af309f772e1e72a13570145bac073.tar.gz gentoo-2-93ab7bf19a4af309f772e1e72a13570145bac073.tar.bz2 gentoo-2-93ab7bf19a4af309f772e1e72a13570145bac073.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/tw_cli/tw_cli-9.3.0.4.ebuild')
-rw-r--r-- | sys-block/tw_cli/tw_cli-9.3.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/tw_cli/tw_cli-9.3.0.4.ebuild b/sys-block/tw_cli/tw_cli-9.3.0.4.ebuild index 9e9dee5d76d7..92d70c93e3b7 100644 --- a/sys-block/tw_cli/tw_cli-9.3.0.4.ebuild +++ b/sys-block/tw_cli/tw_cli-9.3.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-9.3.0.4.ebuild,v 1.2 2007/07/02 15:29:58 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-9.3.0.4.ebuild,v 1.3 2009/09/23 20:33:29 patrick Exp $ DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool" HOMEPAGE="http://www.3ware.com/" @@ -13,7 +13,7 @@ IUSE="" RESTRICT="fetch strip mirror" # binary packages DEPEND="" -RDEPEND="virtual/libc" +RDEPEND="" MY_P="${PN}-linux-${ARCH/amd64/x86_64}-${PV}" # package has different tarballs for x86 and amd64 SRC_URI_BASE="http://www.3ware.com/download/Escalade7000Series/${PV}" |