diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:33:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:33:04 +0000 |
commit | ae1338a23938a49bb53624a4267e2f68b6afdf29 (patch) | |
tree | c96576e19749be113aa9987810282d0a9a373a58 /sys-block/spindown | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-ae1338a23938a49bb53624a4267e2f68b6afdf29.tar.gz gentoo-2-ae1338a23938a49bb53624a4267e2f68b6afdf29.tar.bz2 gentoo-2-ae1338a23938a49bb53624a4267e2f68b6afdf29.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/spindown')
-rw-r--r-- | sys-block/spindown/ChangeLog | 5 | ||||
-rw-r--r-- | sys-block/spindown/spindown-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-block/spindown/ChangeLog b/sys-block/spindown/ChangeLog index 73f16f3ea61c..c4a651bde21f 100644 --- a/sys-block/spindown/ChangeLog +++ b/sys-block/spindown/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/spindown # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v 1.4 2009/06/09 18:07:46 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/ChangeLog,v 1.5 2009/09/23 20:33:04 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> spindown-0.4.0.ebuild: + Remove virtual/libc *spindown-0.4.0 (09 Jun 2009) diff --git a/sys-block/spindown/spindown-0.4.0.ebuild b/sys-block/spindown/spindown-0.4.0.ebuild index 6ea7b00e1aea..888064ecbaea 100644 --- a/sys-block/spindown/spindown-0.4.0.ebuild +++ b/sys-block/spindown/spindown-0.4.0.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-block/spindown/spindown-0.4.0.ebuild,v 1.1 2009/06/09 18:07:46 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/spindown/spindown-0.4.0.ebuild,v 1.2 2009/09/23 20:33:04 patrick Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} sys-apps/sg3_utils" |