summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-06-29 08:11:37 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-06-30 15:31:00 +0200
commitdaec6ea0474a2ac7b8d105ecb77a2ac01f3378c4 (patch)
tree4022609203ff43bdc1a491fe161ba1c1fed86d0c
parentsys-cluster/keepalived: bump to 2.1.3 (diff)
downloadgentoo-daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4.tar.gz
gentoo-daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4.tar.bz2
gentoo-daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4.zip
dev-db/percona-xtrabackup: adjust src uri
Closes: https://bugs.gentoo.org/729824 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16482 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-db/percona-xtrabackup/percona-xtrabackup-8.0.13.ebuild3
1 files changed, 1 insertions, 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 edbb5af4c04a..1ee00910f4ed 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"