Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/
Date: Sat, 25 Aug 2018 14:45:35
Message-Id: 1535208255.c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e.bircoph@gentoo
1 commit: c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 14:44:15 2018 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 14:44:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20f85f8
7
8 app-text/stardict: migrate stable to dev-db/mysql-connector-c
9
10 Backport mysql migration dependency for the stable version.
11
12 Bug: https://bugs.gentoo.org/631230
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14 Package-Manager: Portage-2.3.48, Repoman-2.3.10
15
16 app-text/stardict/stardict-3.0.6-r3.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild
20 index 677af881150..6d913303f55 100644
21 --- a/app-text/stardict/stardict-3.0.6-r3.ebuild
22 +++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -38,9 +38,9 @@ COMMON_DEPEND="
30 gucharmap? ( gnome-extra/gucharmap:0= )
31 spell? ( >=app-text/enchant-1.2 )
32 tools? (
33 + dev-db/mysql-connector-c
34 dev-libs/libpcre:=
35 dev-libs/libxml2:=
36 - virtual/mysql
37 python? ( ${PYTHON_DEPS} )
38 )
39 "