Skip to content

Commit

Permalink
app-mobilephone/gammu: remove virtual/mysql from deps
Browse files Browse the repository at this point in the history
Replace virtual/mysql with dev-db/mysql-connector-c:= in dependencies.

Closes: https://bugs.gentoo.org/665826
Closes: gentoo#9962
Signed-off-by: Victor Kustov <[email protected]>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: gentoo#9962
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
ktrace authored and a17r committed Mar 4, 2019
1 parent e0cd6d9 commit 70ae7dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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= )
"
Expand Down

0 comments on commit 70ae7dd

Please sign in to comment.