From 70ae7dd34071cb9cc2017a249a409394a03f6193 Mon Sep 17 00:00:00 2001 From: ktrace Date: Mon, 4 Mar 2019 13:13:19 +0300 Subject: [PATCH] app-mobilephone/gammu: remove virtual/mysql from deps Replace virtual/mysql with dev-db/mysql-connector-c:= in dependencies. Closes: https://bugs.gentoo.org/665826 Closes: https://github.com/gentoo/gentoo/pull/9962 Signed-off-by: Victor Kustov Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9962 Signed-off-by: Andreas Sturmlechner --- .../gammu/{gammu-1.39.0.ebuild => gammu-1.39.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-mobilephone/gammu/{gammu-1.39.0.ebuild => gammu-1.39.0-r1.ebuild} (94%) diff --git a/app-mobilephone/gammu/gammu-1.39.0.ebuild b/app-mobilephone/gammu/gammu-1.39.0-r1.ebuild similarity index 94% rename from app-mobilephone/gammu/gammu-1.39.0.ebuild rename to app-mobilephone/gammu/gammu-1.39.0-r1.ebuild index d33aa04334697..44f8382b7a3b2 100644 --- a/app-mobilephone/gammu/gammu-1.39.0.ebuild +++ b/app-mobilephone/gammu/gammu-1.39.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ COMMON_DEPEND=" bluetooth? ( net-wireless/bluez:= ) curl? ( net-misc/curl:= ) dbi? ( >=dev-db/libdbi-0.8.3:= ) - mysql? ( virtual/mysql:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) usb? ( virtual/libusb:1= ) "