Skip to content

Commit

Permalink
gnustep-libs/sqlclient: update mysql dependency
Browse files Browse the repository at this point in the history
Move from virtual/mysql to dev-db/mysql-connector-c as the package looks
for libmysqlclient

Closes: https://bugs.gentoo.org/665904
Package-Manager: Portage-2.3.50, Repoman-2.3.11
  • Loading branch information
voyageur committed Sep 27, 2018
1 parent f7e8bd1 commit 8051121
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-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -16,7 +16,7 @@ SLOT="0"
IUSE="java mysql postgres +sqlite"

RDEPEND=">=gnustep-libs/performance-0.3.2
mysql? ( virtual/mysql:= )
mysql? ( dev-db/mysql-connector-c:= )
postgres? ( dev-db/postgresql:= )
sqlite? ( >=dev-db/sqlite-3 )"
DEPEND="${RDEPEND}"
Expand Down

0 comments on commit 8051121

Please sign in to comment.