From daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20M=C3=B3zes?= Date: Mon, 29 Jun 2020 08:11:37 +0200 Subject: [PATCH] dev-db/percona-xtrabackup: adjust src uri MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/729824 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Tomáš Mózes Closes: https://github.com/gentoo/gentoo/pull/16482 Signed-off-by: Thomas Deutschmann --- dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild b/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild index edbb5af4c04ac..1ee00910f4ede 100644 --- a/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild +++ b/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild @@ -8,11 +8,10 @@ CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake flag-o-matic BOOST_VER="1_70_0" -MY_PV="$(ver_rs 2 '-')" DESCRIPTION="Hot backup utility for MySQL based servers" HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup" -SRC_URI="https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${MY_PV}/source/tarball/${P}.tar.gz +SRC_URI="https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz mirror://sourceforge/boost/boost_${BOOST_VER}.tar.gz" LICENSE="GPL-2"