diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:34:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:34:35 +0000 |
commit | f8cfd4516d31610e5a33fa1e3a153b2284849e53 (patch) | |
tree | 53b20d06d06c6be87b69511a8762a5e9b8360c4b /app-emulation | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-f8cfd4516d31610e5a33fa1e3a153b2284849e53.tar.gz gentoo-2-f8cfd4516d31610e5a33fa1e3a153b2284849e53.tar.bz2 gentoo-2-f8cfd4516d31610e5a33fa1e3a153b2284849e53.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vov/vov-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vov/vov-2.0.0.ebuild b/app-emulation/vov/vov-2.0.0.ebuild index 6cf638d98b44..bfd6f8792c27 100644 --- a/app-emulation/vov/vov-2.0.0.ebuild +++ b/app-emulation/vov/vov-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/vov-2.0.0.ebuild,v 1.2 2008/05/22 21:44:49 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vov/vov-2.0.0.ebuild,v 1.3 2009/09/23 15:34:35 patrick Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="debug gprof" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND=">=sys-devel/flex-2.5.33-r3 >=sys-apps/sed-4.1.5" |