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 | 58e90848f704522bc940de7976471c4a57528b98 (patch) | |
tree | 7b1e34b1c9ce4c842b43a18f9f19e1d7bedcea1d /app-emulation/vov | |
parent | Version bump #284855 by Lars Wendler. (diff) | |
download | historical-58e90848f704522bc940de7976471c4a57528b98.tar.gz historical-58e90848f704522bc940de7976471c4a57528b98.tar.bz2 historical-58e90848f704522bc940de7976471c4a57528b98.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/vov')
-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" |