diff options
author | 2019-03-04 13:13:19 +0300 | |
---|---|---|
committer | 2019-03-04 12:52:34 +0100 | |
commit | 70ae7dd34071cb9cc2017a249a409394a03f6193 (patch) | |
tree | 6fe0052bc432f6144486fe3fb4c5f77265cc2fba /app-mobilephone | |
parent | gnome-base/gnome-control-center: bump to 3.28.2 (diff) | |
download | gentoo-70ae7dd34071cb9cc2017a249a409394a03f6193.tar.gz gentoo-70ae7dd34071cb9cc2017a249a409394a03f6193.tar.bz2 gentoo-70ae7dd34071cb9cc2017a249a409394a03f6193.zip |
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@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@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gammu/gammu-1.39.0-r1.ebuild (renamed from app-mobilephone/gammu/gammu-1.39.0.ebuild) | 4 |
1 files 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 index d33aa0433469..44f8382b7a3b 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= ) " |