diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-11 12:31:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-11 12:31:12 +0000 |
commit | d2e5356010192c86928d291413246cdb8ea9677e (patch) | |
tree | 23b7ab6e1c8edfef36feae095c465e747873a359 /sys-block | |
parent | ppc stable wrt #349052 (diff) | |
download | gentoo-2-d2e5356010192c86928d291413246cdb8ea9677e.tar.gz gentoo-2-d2e5356010192c86928d291413246cdb8ea9677e.tar.bz2 gentoo-2-d2e5356010192c86928d291413246cdb8ea9677e.zip |
Added DEPEND on app-arch/unzip, #351349
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/tw_cli/ChangeLog | 6 | ||||
-rw-r--r-- | sys-block/tw_cli/tw_cli-10.1.ebuild | 6 | ||||
-rw-r--r-- | sys-block/tw_cli/tw_cli-10.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-block/tw_cli/ChangeLog b/sys-block/tw_cli/ChangeLog index 471e7957a219..21cea7c749f9 100644 --- a/sys-block/tw_cli/ChangeLog +++ b/sys-block/tw_cli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/tw_cli # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.35 2011/01/08 11:49:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.36 2011/01/11 12:31:12 jlec Exp $ + + 11 Jan 2011; Justin Lecher <jlec@gentoo.org> tw_cli-10.1.ebuild, + tw_cli-10.2.ebuild: + Added DEPEND on app-arch/unzip, #351349 08 Jan 2011; Christian Faulhammer <fauli@gentoo.org> tw_cli-10.2.ebuild: stable x86, bug 350218 diff --git a/sys-block/tw_cli/tw_cli-10.1.ebuild b/sys-block/tw_cli/tw_cli-10.1.ebuild index 2733a3d3fedf..9c8b76798c83 100644 --- a/sys-block/tw_cli/tw_cli-10.1.ebuild +++ b/sys-block/tw_cli/tw_cli-10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-10.1.ebuild,v 1.1 2010/06/18 06:47:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-10.1.ebuild,v 1.2 2011/01/11 12:31:12 jlec Exp $ DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool" HOMEPAGE="http://www.3ware.com/kb/article.aspx?id=14847" @@ -12,7 +12,7 @@ IUSE="" # stripping seems to break this sometimes RESTRICT="strip fetch" # binary packages -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" # Upstream has _FUN_ naming these diff --git a/sys-block/tw_cli/tw_cli-10.2.ebuild b/sys-block/tw_cli/tw_cli-10.2.ebuild index d6fa01cfa69f..465215f62715 100644 --- a/sys-block/tw_cli/tw_cli-10.2.ebuild +++ b/sys-block/tw_cli/tw_cli-10.2.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-block/tw_cli/tw_cli-10.2.ebuild,v 1.3 2011/01/08 11:49:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-10.2.ebuild,v 1.4 2011/01/11 12:31:12 jlec Exp $ EAPI="2" DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool" @@ -13,7 +13,7 @@ IUSE="" # stripping seems to break this sometimes RESTRICT="strip primaryuri" # binary packages -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" # Upstream has _FUN_ naming these |