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/aoetools | |
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/aoetools')
-rw-r--r-- | sys-block/aoetools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-block/aoetools/aoetools-24.ebuild | 6 | ||||
-rw-r--r-- | sys-block/aoetools/aoetools-27.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-block/aoetools/ChangeLog b/sys-block/aoetools/ChangeLog index 8f7c7b4d8fa8..c9f7ce2cd54e 100644 --- a/sys-block/aoetools/ChangeLog +++ b/sys-block/aoetools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-block/aoetools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.35 2009/07/23 17:50:15 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.36 2009/09/23 20:29:06 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> aoetools-24.ebuild, + aoetools-27.ebuild: + Remove virtual/libc *aoetools-30 (23 Jul 2009) diff --git a/sys-block/aoetools/aoetools-24.ebuild b/sys-block/aoetools/aoetools-24.ebuild index b340abc7d1ce..f55b3e0ee752 100644 --- a/sys-block/aoetools/aoetools-24.ebuild +++ b/sys-block/aoetools/aoetools-24.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/aoetools/aoetools-24.ebuild,v 1.3 2008/05/12 16:09:43 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-24.ebuild,v 1.4 2009/09/23 20:29:06 patrick Exp $ DESCRIPTION="aoetools are programs for users of the ATA over Ethernet (AoE) network storage protocol" HOMEPAGE="http://sf.net/projects/aoetools/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ppc64 ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} sys-apps/util-linux" diff --git a/sys-block/aoetools/aoetools-27.ebuild b/sys-block/aoetools/aoetools-27.ebuild index af0e66034b93..29b9f4dddb9e 100644 --- a/sys-block/aoetools/aoetools-27.ebuild +++ b/sys-block/aoetools/aoetools-27.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/aoetools/aoetools-27.ebuild,v 1.6 2009/03/15 17:04:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-27.ebuild,v 1.7 2009/09/23 20:29:06 patrick Exp $ DESCRIPTION="aoetools are programs for users of the ATA over Ethernet (AoE) network storage protocol" HOMEPAGE="http://sf.net/projects/aoetools/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 ~sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" RDEPEND="${DEPEND} sys-apps/util-linux" |