diff options
author | 2009-09-23 18:45:45 +0000 | |
---|---|---|
committer | 2009-09-23 18:45:45 +0000 | |
commit | 8580711b4bb54f2f9de52da34506f7f82cb7dd04 (patch) | |
tree | 3567b4714d1eca22e5b02b92d8395bdbbfd2a98a /net-irc/oer-mysql | |
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')
-rw-r--r-- | net-irc/oer-mysql/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/oer-mysql/oer-mysql-1.0.43.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-irc/oer-mysql/ChangeLog b/net-irc/oer-mysql/ChangeLog index e738f94348e3..0b1970ec5365 100644 --- a/net-irc/oer-mysql/ChangeLog +++ b/net-irc/oer-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/oer-mysql -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/ChangeLog,v 1.10 2006/11/23 17:28:21 vivo Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/oer-mysql/ChangeLog,v 1.11 2009/09/23 18:45:25 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> oer-mysql-1.0.43.ebuild: + Remove virtual/libc 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> oer-mysql-1.0.43.ebuild: dev-db/mysql => virtual/mysql 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" |