summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 20:49:57 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 20:49:57 +0000
commit1dae7dc821780f050f7c6fd0e6e875d7a19be3b5 (patch)
tree72de5bc287d1d9c265e7e9c88f379665ef83672d
parentRemove virtual/libc (diff)
downloadgentoo-2-1dae7dc821780f050f7c6fd0e6e875d7a19be3b5.tar.gz
gentoo-2-1dae7dc821780f050f7c6fd0e6e875d7a19be3b5.tar.bz2
gentoo-2-1dae7dc821780f050f7c6fd0e6e875d7a19be3b5.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r--sys-fs/evms/ChangeLog6
-rw-r--r--sys-fs/evms/evms-2.5.5-r10.ebuild5
-rw-r--r--sys-fs/evms/evms-2.5.5-r5.ebuild5
3 files changed, 9 insertions, 7 deletions
diff --git a/sys-fs/evms/ChangeLog b/sys-fs/evms/ChangeLog
index e838eee77007..116cdb8b37cc 100644
--- a/sys-fs/evms/ChangeLog
+++ b/sys-fs/evms/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/evms
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.93 2009/09/14 20:14:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/ChangeLog,v 1.94 2009/09/23 20:49:57 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> evms-2.5.5-r5.ebuild,
+ evms-2.5.5-r10.ebuild:
+ Remove virtual/libc
14 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> evms-2.5.5-r5.ebuild,
evms-2.5.5-r10.ebuild:
diff --git a/sys-fs/evms/evms-2.5.5-r10.ebuild b/sys-fs/evms/evms-2.5.5-r10.ebuild
index e8e6c9d7e688..80195e36e385 100644
--- a/sys-fs/evms/evms-2.5.5-r10.ebuild
+++ b/sys-fs/evms/evms-2.5.5-r10.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-fs/evms/evms-2.5.5-r10.ebuild,v 1.12 2009/09/14 20:14:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r10.ebuild,v 1.13 2009/09/23 20:49:57 patrick Exp $
inherit eutils flag-o-matic multilib toolchain-funcs autotools linux-info
@@ -17,8 +17,7 @@ KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE="debug gtk hb hb2 ncurses nls"
#EVMS uses libuuid from e2fsprogs
-RDEPEND="virtual/libc
- sys-fs/e2fsprogs
+RDEPEND="sys-fs/e2fsprogs
|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper )
>=sys-apps/baselayout-1.9.4-r6
gtk? ( =x11-libs/gtk+-1* =dev-libs/glib-1* )
diff --git a/sys-fs/evms/evms-2.5.5-r5.ebuild b/sys-fs/evms/evms-2.5.5-r5.ebuild
index d168934f4897..69b9383ff5aa 100644
--- a/sys-fs/evms/evms-2.5.5-r5.ebuild
+++ b/sys-fs/evms/evms-2.5.5-r5.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-fs/evms/evms-2.5.5-r5.ebuild,v 1.10 2009/09/14 20:14:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/evms-2.5.5-r5.ebuild,v 1.11 2009/09/23 20:49:57 patrick Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -17,8 +17,7 @@ KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
IUSE="debug gtk ncurses nls"
#EVMS uses libuuid from e2fsprogs
-RDEPEND="virtual/libc
- sys-fs/e2fsprogs
+RDEPEND="sys-fs/e2fsprogs
|| ( >=sys-fs/lvm2-2.02.45 sys-fs/device-mapper )
>=sys-apps/baselayout-1.9.4-r6
gtk? ( =x11-libs/gtk+-1*