Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
Date: Sat, 05 Aug 2017 14:48:01
Message-Id: 1501944453.7353a9cb9c319bfbd76e1ff531a176261ee647ff.hattya@gentoo
1 commit: 7353a9cb9c319bfbd76e1ff531a176261ee647ff
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 5 14:42:08 2017 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 5 14:47:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7353a9cb
7
8 app-i18n/tomoe: depend on virtual/libmysqlclient
9
10 Gentoo-Bug: 508796
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
18 index ba57fe79cba..6fe794e094e 100644
19 --- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
20 +++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild
21 @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22
23 RDEPEND="dev-libs/glib:2
24 hyperestraier? ( app-text/hyperestraier )
25 - mysql? ( dev-db/mysql )
26 + mysql? ( virtual/libmysqlclient )
27 python? (
28 ${PYTHON_DEPS}
29 dev-python/pygobject:2[${PYTHON_USEDEP}]