diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:33:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 20:33:58 +0000 |
commit | ef64d0203d3432eca05c015fe1b1aa3b46a00842 (patch) | |
tree | 0dd3e3a91c5bcddde35fa052bc9dec09912663fc /sys-block/cec/cec-8.ebuild | |
parent | Version bump #285519 by init_6. (diff) | |
download | historical-ef64d0203d3432eca05c015fe1b1aa3b46a00842.tar.gz historical-ef64d0203d3432eca05c015fe1b1aa3b46a00842.tar.bz2 historical-ef64d0203d3432eca05c015fe1b1aa3b46a00842.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-block/cec/cec-8.ebuild')
-rw-r--r-- | sys-block/cec/cec-8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/cec/cec-8.ebuild b/sys-block/cec/cec-8.ebuild index c6a227cdc16c..abfeb27f85dc 100644 --- a/sys-block/cec/cec-8.ebuild +++ b/sys-block/cec/cec-8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/cec/cec-8.ebuild,v 1.3 2008/02/03 20:58:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/cec/cec-8.ebuild,v 1.4 2009/09/23 20:29:49 patrick Exp $ DESCRIPTION="Coraid Ethernet Console client" HOMEPAGE="http://sf.net/projects/aoetools/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} sys-apps/util-linux" |