diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 20:32:51 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 20:32:51 +0000 |
commit | 4f1e6000fa55fe479c7165231656e269541af6a8 (patch) | |
tree | 7ed4915235d213a8527ca904b05e695b3f209452 /net-dialup/linesrv/linesrv-2.1.21-r1.ebuild | |
parent | stable on amd64 (diff) | |
download | historical-4f1e6000fa55fe479c7165231656e269541af6a8.tar.gz historical-4f1e6000fa55fe479c7165231656e269541af6a8.tar.bz2 historical-4f1e6000fa55fe479c7165231656e269541af6a8.zip |
dev-db/mysql => virtual/mysql
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'net-dialup/linesrv/linesrv-2.1.21-r1.ebuild')
-rw-r--r-- | net-dialup/linesrv/linesrv-2.1.21-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild b/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild index 05f7ad4462fd..f57d50eead70 100644 --- a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild +++ b/net-dialup/linesrv/linesrv-2.1.21-r1.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-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.6 2006/03/12 16:46:30 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.7 2006/11/23 20:32:15 vivo Exp $ inherit webapp flag-o-matic @@ -21,7 +21,7 @@ IUSE="pam mysql crypt" # glibc specific stuff in linesrv. DEPEND=">=sys-libs/glibc-2.2.0 pam? ( >=sys-libs/pam-0.75 ) - mysql? ( >=dev-db/mysql-4 )" + mysql? ( >=virtual/mysql-4.0 )" S="${WORKDIR}/${PN}-${PV%.*}" |