diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-24 12:07:57 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-24 12:30:08 +0200 |
commit | 730c5da1277dba4a298661f8bab55a7c761ab856 (patch) | |
tree | 2272d3a0de967b63ea8b4fb362270de8acbf9cdb /gnustep-libs/sope | |
parent | dev-ruby/mysql2: migrate to dev-db/mysql-connector-c (diff) | |
download | gentoo-730c5da1277dba4a298661f8bab55a7c761ab856.tar.gz gentoo-730c5da1277dba4a298661f8bab55a7c761ab856.tar.bz2 gentoo-730c5da1277dba4a298661f8bab55a7c761ab856.zip |
gnustep-libs/sope: migrate to dev-db/mysql-connector-c
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gnustep-libs/sope')
-rw-r--r-- | gnustep-libs/sope/sope-3.2.10.ebuild | 4 | ||||
-rw-r--r-- | gnustep-libs/sope/sope-3.2.9.ebuild | 4 | ||||
-rw-r--r-- | gnustep-libs/sope/sope-4.0.7.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gnustep-libs/sope/sope-3.2.10.ebuild b/gnustep-libs/sope/sope-3.2.10.ebuild index 550358b4884d..7e1b88530cab 100644 --- a/gnustep-libs/sope/sope-3.2.10.ebuild +++ b/gnustep-libs/sope/sope-3.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - mysql? ( virtual/libmysqlclient:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) xml? ( dev-libs/libxml2:2 ) " diff --git a/gnustep-libs/sope/sope-3.2.9.ebuild b/gnustep-libs/sope/sope-3.2.9.ebuild index 550358b4884d..7e1b88530cab 100644 --- a/gnustep-libs/sope/sope-3.2.9.ebuild +++ b/gnustep-libs/sope/sope-3.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - mysql? ( virtual/libmysqlclient:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) xml? ( dev-libs/libxml2:2 ) " diff --git a/gnustep-libs/sope/sope-4.0.7.ebuild b/gnustep-libs/sope/sope-4.0.7.ebuild index 65255d6c6297..cbe33b68f8f9 100644 --- a/gnustep-libs/sope/sope-4.0.7.ebuild +++ b/gnustep-libs/sope/sope-4.0.7.ebuild @@ -22,7 +22,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - mysql? ( virtual/libmysqlclient:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) xml? ( dev-libs/libxml2:2 ) " |