commit: 70ae7dd34071cb9cc2017a249a409394a03f6193 Author: ktrace <ktrace <AT> yandex <DOT> ru> AuthorDate: Mon Mar 4 10:13:19 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 11:52:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ae7dd3
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 <ktrace <AT> yandex.ru> Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9962 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-mobilephone/gammu/{gammu-1.39.0.ebuild => gammu-1.39.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d33aa043346..44f8382b7a3 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= ) "
