diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:26:15 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:26:15 +0000 |
commit | 1c2dfa6949f742d0c6e7a0222a8ff4c27a90a3de (patch) | |
tree | 2f6f2b740f9ea0fee2d7f3114101907efac28d9c /net-irc/anope | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-1c2dfa6949f742d0c6e7a0222a8ff4c27a90a3de.tar.gz gentoo-2-1c2dfa6949f742d0c6e7a0222a8ff4c27a90a3de.tar.bz2 gentoo-2-1c2dfa6949f742d0c6e7a0222a8ff4c27a90a3de.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-irc/anope')
-rw-r--r-- | net-irc/anope/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/anope/anope-1.7.15.ebuild | 4 | ||||
-rw-r--r-- | net-irc/anope/anope-1.7.17.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/anope/ChangeLog b/net-irc/anope/ChangeLog index 50637496c95e..2b76c167d873 100644 --- a/net-irc/anope/ChangeLog +++ b/net-irc/anope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/anope # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.2 2006/10/26 20:47:46 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/ChangeLog,v 1.3 2006/11/23 17:26:15 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> anope-1.7.15.ebuild, + anope-1.7.17.ebuild: + dev-db/mysql => virtual/mysql *anope-1.7.17 (26 Oct 2006) diff --git a/net-irc/anope/anope-1.7.15.ebuild b/net-irc/anope/anope-1.7.15.ebuild index b3a0b6bf2403..e21302205111 100644 --- a/net-irc/anope/anope-1.7.15.ebuild +++ b/net-irc/anope/anope-1.7.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.15.ebuild,v 1.1 2006/08/29 22:54:17 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.15.ebuild,v 1.2 2006/11/23 17:26:15 vivo Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="mysql" -DEPEND="mysql? ( dev-db/mysql )" +DEPEND="mysql? ( virtual/mysql )" INSTALL_DIR="/opt/anope" diff --git a/net-irc/anope/anope-1.7.17.ebuild b/net-irc/anope/anope-1.7.17.ebuild index 9b65776e32a6..fcddd2473d61 100644 --- a/net-irc/anope/anope-1.7.17.ebuild +++ b/net-irc/anope/anope-1.7.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.17.ebuild,v 1.1 2006/10/26 20:47:46 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/anope/anope-1.7.17.ebuild,v 1.2 2006/11/23 17:26:15 vivo Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="mysql" -DEPEND="mysql? ( dev-db/mysql )" +DEPEND="mysql? ( virtual/mysql )" INSTALL_DIR="/opt/anope" |