Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
Date: Sat, 24 Aug 2019 10:30:23
Message-Id: 1566642598.6fcfe54a0fe9f4b0acc369bb23f62664235b2a33.whissi@gentoo
1 commit: 6fcfe54a0fe9f4b0acc369bb23f62664235b2a33
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 09:34:09 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 10:29:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcfe54a
7
8 app-i18n/tomoe: migrate to dev-db/mysql-connector-c
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
17 index 9a406e4444a..89645ad03b5 100644
18 --- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
19 +++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
20 @@ -31,7 +31,7 @@ unset -f _ruby_set_globals
21
22 RDEPEND="dev-libs/glib:2
23 hyperestraier? ( app-text/hyperestraier )
24 - mysql? ( virtual/libmysqlclient )
25 + mysql? ( dev-db/mysql-connector-c:= )
26 python? (
27 ${PYTHON_DEPS}
28 dev-python/pygobject:2[${PYTHON_USEDEP}]