diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:45:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:45:45 +0000 |
commit | 8580711b4bb54f2f9de52da34506f7f82cb7dd04 (patch) | |
tree | 3567b4714d1eca22e5b02b92d8395bdbbfd2a98a /net-irc/oer-mysql/oer-mysql-1.0.43.ebuild | |
parent | Remove virtual/libc (diff) | |
download | historical-8580711b4bb54f2f9de52da34506f7f82cb7dd04.tar.gz historical-8580711b4bb54f2f9de52da34506f7f82cb7dd04.tar.bz2 historical-8580711b4bb54f2f9de52da34506f7f82cb7dd04.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-irc/oer-mysql/oer-mysql-1.0.43.ebuild')
-rw-r--r-- | net-irc/oer-mysql/oer-mysql-1.0.43.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-irc/oer-mysql/oer-mysql-1.0.43.ebuild b/net-irc/oer-mysql/oer-mysql-1.0.43.ebuild index 05e2eeccfbf3..8f2310d5baa2 100644 --- a/net-irc/oer-mysql/oer-mysql-1.0.43.ebuild +++ b/net-irc/oer-mysql/oer-mysql-1.0.43.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/oer-mysql-1.0.43.ebuild,v 1.3 2006/11/23 17:28:21 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/oer-mysql-1.0.43.ebuild,v 1.4 2009/09/23 18:45:25 patrick Exp $ inherit fixheadtails versionator @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="debug static" -RDEPEND="virtual/libc - virtual/mysql" +RDEPEND="virtual/mysql" DEPEND="${RDEPEND} >=sys-apps/sed-4" |