diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-05 23:42:08 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-05 23:47:33 +0900 |
commit | 7353a9cb9c319bfbd76e1ff531a176261ee647ff (patch) | |
tree | c1ec21515c2af8cf8c3acf3d950bda56f3abd262 /app-i18n/tomoe | |
parent | app-i18n/tomoe: update HOMEPAGE (diff) | |
download | gentoo-7353a9cb9c319bfbd76e1ff531a176261ee647ff.tar.gz gentoo-7353a9cb9c319bfbd76e1ff531a176261ee647ff.tar.bz2 gentoo-7353a9cb9c319bfbd76e1ff531a176261ee647ff.zip |
app-i18n/tomoe: depend on virtual/libmysqlclient
Gentoo-Bug: 508796
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/tomoe')
-rw-r--r-- | app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild index ba57fe79cba9..6fe794e094ed 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 hyperestraier? ( app-text/hyperestraier ) - mysql? ( dev-db/mysql ) + mysql? ( virtual/libmysqlclient ) python? ( ${PYTHON_DEPS} dev-python/pygobject:2[${PYTHON_USEDEP}] |