From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A5F9139694 for ; Sat, 5 Aug 2017 14:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 425FCE0D2E; Sat, 5 Aug 2017 14:48:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FD30E0C56 for ; Sat, 5 Aug 2017 14:48:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C2634180F for ; Sat, 5 Aug 2017 14:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9965D75F2 for ; Sat, 5 Aug 2017 14:47:57 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1501944453.7353a9cb9c319bfbd76e1ff531a176261ee647ff.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe/tomoe-0.6.0-r2.ebuild X-VCS-Directories: app-i18n/tomoe/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 7353a9cb9c319bfbd76e1ff531a176261ee647ff X-VCS-Branch: master Date: Sat, 5 Aug 2017 14:47:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18c82c0a-bd76-41a7-ad2b-14e1e6142f9e X-Archives-Hash: 434a629fa18841a2aaec302c370d2d05 commit: 7353a9cb9c319bfbd76e1ff531a176261ee647ff Author: Akinori Hattori gentoo org> AuthorDate: Sat Aug 5 14:42:08 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Aug 5 14:47:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7353a9cb app-i18n/tomoe: depend on virtual/libmysqlclient Gentoo-Bug: 508796 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/tomoe/tomoe-0.6.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r2.ebuild index ba57fe79cba..6fe794e094e 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}]