diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-25 17:44:15 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-25 17:44:15 +0300 |
commit | c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e (patch) | |
tree | eb75596247a1757fd8ccb32c296b7223aa8bc6af /app-text | |
parent | app-text/stardict: remove old (diff) | |
download | gentoo-c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e.tar.gz gentoo-c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e.tar.bz2 gentoo-c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e.zip |
app-text/stardict: migrate stable to dev-db/mysql-connector-c
Backport mysql migration dependency for the stable version.
Bug: https://bugs.gentoo.org/631230
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/stardict/stardict-3.0.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild index 677af8811503..6d913303f558 100644 --- a/app-text/stardict/stardict-3.0.6-r3.ebuild +++ b/app-text/stardict/stardict-3.0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,9 +38,9 @@ COMMON_DEPEND=" gucharmap? ( gnome-extra/gucharmap:0= ) spell? ( >=app-text/enchant-1.2 ) tools? ( + dev-db/mysql-connector-c dev-libs/libpcre:= dev-libs/libxml2:= - virtual/mysql python? ( ${PYTHON_DEPS} ) ) " |