diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2009-03-16 19:14:06 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2009-03-16 19:14:06 +0000 |
commit | 7db2088bbeacaf5a38b347c50ba3f6ebc32a4310 (patch) | |
tree | 71d7d692e92c770426d1e9d6ebc5e5d8ea376971 /dev-cpp/sptk | |
parent | Added a pre-release snapshot (diff) | |
download | gentoo-2-7db2088bbeacaf5a38b347c50ba3f6ebc32a4310.tar.gz gentoo-2-7db2088bbeacaf5a38b347c50ba3f6ebc32a4310.tar.bz2 gentoo-2-7db2088bbeacaf5a38b347c50ba3f6ebc32a4310.zip |
Depend on virtual/mysql, not dev-db/mysql
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/sptk')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.8.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index 0c95e60c023a..cae0b47f2aae 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.54 2009/03/16 18:56:21 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.55 2009/03/16 19:14:06 iluxa Exp $ + + 16 Mar 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + sptk-3.5.8.10.ebuild: + Depend on virtual/mysql, not dev-db/mysql 16 Mar 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> sptk-3.5.8.10.ebuild: diff --git a/dev-cpp/sptk/sptk-3.5.8.10.ebuild b/dev-cpp/sptk/sptk-3.5.8.10.ebuild index 6d832a27dc73..923ccd0186c8 100644 --- a/dev-cpp/sptk/sptk-3.5.8.10.ebuild +++ b/dev-cpp/sptk/sptk-3.5.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.3 2009/03/16 18:56:21 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.4 2009/03/16 19:14:06 iluxa Exp $ EAPI=1 @@ -20,7 +20,7 @@ RDEPEND="fltk? ( >=x11-libs/fltk-1.1.6:1.1 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) sqlite? ( >=dev-db/sqlite-3 ) postgres? ( >=virtual/postgresql-base-8.0 ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/mysql ) aspell? ( >=app-text/aspell-0.50 )" DEPEND="${RDEPEND} |