From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1043937-garchives=archives.gentoo.org@lists.gentoo.org>
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 752B0138334
	for <garchives@archives.gentoo.org>; Sat, 25 Aug 2018 14:45:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 05512E0823;
	Sat, 25 Aug 2018 14:45:33 +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 CC645E079E
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Aug 2018 14:45:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 0E3B8335C9B
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Aug 2018 14:45:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E793B8
	for <gentoo-commits@lists.gentoo.org>; Sat, 25 Aug 2018 14:45:28 +0000 (UTC)
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" <bircoph@gentoo.org>
Message-ID: <1535208255.c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e.bircoph@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-text/stardict/stardict-3.0.6-r3.ebuild
X-VCS-Directories: app-text/stardict/
X-VCS-Committer: bircoph
X-VCS-Committer-Name: Andrew Savchenko
X-VCS-Revision: c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e
X-VCS-Branch: master
Date: Sat, 25 Aug 2018 14:45:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 43233654-b713-4694-aa20-45d4a28e554e
X-Archives-Hash: 4330428078741b3dffdcff20df52e1b7

commit:     c20f85f8c5cd3ef3c1f8436e81a2e4c49cfeb96e
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 14:44:15 2018 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 14:44:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20f85f8

app-text/stardict: migrate stable to dev-db/mysql-connector-c

Backport mysql migration dependency for the stable version.

Bug: https://bugs.gentoo.org/631230
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-text/stardict/stardict-3.0.6-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild
index 677af881150..6d913303f55 100644
--- a/app-text/stardict/stardict-3.0.6-r3.ebuild
+++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -38,9 +38,9 @@ COMMON_DEPEND="
 	gucharmap? ( gnome-extra/gucharmap:0= )
 	spell? ( >=app-text/enchant-1.2 )
 	tools? (
+		dev-db/mysql-connector-c
 		dev-libs/libpcre:=
 		dev-libs/libxml2:=
-		virtual/mysql
 		python? ( ${PYTHON_DEPS} )
 	)
 "