diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:18:54 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 17:18:54 +0000 |
commit | 7350866af052da26407cb91cdfb183d116388857 (patch) | |
tree | 44d218d4084ac551c81702d0794d202261fcce3c /net-dns/mydns | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-7350866af052da26407cb91cdfb183d116388857.tar.gz gentoo-2-7350866af052da26407cb91cdfb183d116388857.tar.bz2 gentoo-2-7350866af052da26407cb91cdfb183d116388857.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-dns/mydns')
-rw-r--r-- | net-dns/mydns/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/mydns/mydns-1.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dns/mydns/ChangeLog b/net-dns/mydns/ChangeLog index 5e332dbf7c11..81a446823fd0 100644 --- a/net-dns/mydns/ChangeLog +++ b/net-dns/mydns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/mydns # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.20 2006/10/22 18:52:44 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.21 2006/11/23 17:18:54 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> mydns-1.1.0.ebuild: + dev-db/mysql => virtual/mysql 22 Oct 2006; <vivo@gentoo.org> +files/mydns-1.1.0-gcc41.patch, mydns-1.1.0.ebuild: diff --git a/net-dns/mydns/mydns-1.1.0.ebuild b/net-dns/mydns/mydns-1.1.0.ebuild index d30930ff1172..e740ba37a045 100644 --- a/net-dns/mydns/mydns-1.1.0.ebuild +++ b/net-dns/mydns/mydns-1.1.0.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-dns/mydns/mydns-1.1.0.ebuild,v 1.6 2006/10/22 18:52:44 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-1.1.0.ebuild,v 1.7 2006/11/23 17:18:54 vivo Exp $ inherit eutils @@ -17,9 +17,9 @@ RDEPEND="virtual/libc ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) || ( - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql ) - !postgres? ( dev-db/mysql ) + !postgres? ( virtual/mysql ) )" DEPEND="${RDEPEND} sys-devel/bison" |