commit: daec6ea0474a2ac7b8d105ecb77a2ac01f3378c4 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Mon Jun 29 06:11:37 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Jun 30 13:31:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daec6ea0
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16482 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> 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 edbb5af4c04..1ee00910f4e 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"