diff options
| author | Brian Evans <grknight@gentoo.org> | 2017-06-12 12:41:43 -0400 |
|---|---|---|
| committer | Brian Evans <grknight@gentoo.org> | 2017-06-12 12:41:43 -0400 |
| commit | d34b3d5440ef140cc2709ee6873dc97feb7a45ae (patch) | |
| tree | 368e77723ce7a5bfdec6a92e49b8dfba612297ae /dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild | |
| parent | 6f57db1dafdf1b7e27c90c34e99ecce17bf09739 (diff) | |
| download | gentoo-d34b3d5440ef140cc2709ee6873dc97feb7a45ae.tar.gz gentoo-d34b3d5440ef140cc2709ee6873dc97feb7a45ae.tar.bz2 gentoo-d34b3d5440ef140cc2709ee6873dc97feb7a45ae.zip | |
dev-db/mysql-connector-c: Deprecate mirror://mysql from the package
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild')
| -rw-r--r-- | dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild index a29bf87de8b7..ae0938c61b5e 100644 --- a/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild +++ b/dev-db/mysql-connector-c/mysql-connector-c-6.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ DESCRIPTION="C client library for MariaDB/MySQL" HOMEPAGE="https://dev.mysql.com/downloads/connector/c/" LICENSE="GPL-2" -SRC_URI="mirror://mysql/Downloads/Connector-C/${P}-src.tar.gz" +SRC_URI="https://dev.mysql.com/get/Downloads/Connector-C/${P}-src.tar.gz" S="${WORKDIR}/${P}-src" KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86" |
