diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 19:53:19 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 19:53:19 +0000 |
commit | 929437c675710fa8074138e8ce5160412910a8b6 (patch) | |
tree | 38c1a8ba7f7c69ab03b7f3622b79344f33b9aec3 /net-analyzer/rtg | |
parent | ppc stable, bug #154679 (diff) | |
download | gentoo-2-929437c675710fa8074138e8ce5160412910a8b6.tar.gz gentoo-2-929437c675710fa8074138e8ce5160412910a8b6.tar.bz2 gentoo-2-929437c675710fa8074138e8ce5160412910a8b6.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-analyzer/rtg')
-rw-r--r-- | net-analyzer/rtg/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/rtg/rtg-0.7.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/rtg/ChangeLog b/net-analyzer/rtg/ChangeLog index 4682e2cc65db..ec1c0b95a8b0 100644 --- a/net-analyzer/rtg/ChangeLog +++ b/net-analyzer/rtg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/rtg # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/ChangeLog,v 1.8 2006/06/01 22:26:33 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/ChangeLog,v 1.9 2006/11/23 19:53:19 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> rtg-0.7.4-r2.ebuild: + dev-db/mysql => virtual/mysql *rtg-0.7.4-r2 (01 Jun 2006) diff --git a/net-analyzer/rtg/rtg-0.7.4-r2.ebuild b/net-analyzer/rtg/rtg-0.7.4-r2.ebuild index 95b726e56b49..983c6723496f 100644 --- a/net-analyzer/rtg/rtg-0.7.4-r2.ebuild +++ b/net-analyzer/rtg/rtg-0.7.4-r2.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-analyzer/rtg/rtg-0.7.4-r2.ebuild,v 1.1 2006/06/01 22:26:33 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rtg/rtg-0.7.4-r2.ebuild,v 1.2 2006/11/23 19:53:19 vivo Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" -DEPEND=">=dev-db/mysql-3.23.52-r1 +DEPEND="virtual/mysql >=net-analyzer/net-snmp-5.0.9-r1" src_compile() { |