commit: 83be375b10a6e71f4c76f75eb5703cae8cd45291 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 10 18:53:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 18:53:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83be375b
dev-db/percona-xtrabackup-bin: add missing libcrypt compat dependency Prebuilt. Closes: https://bugs.gentoo.org/801091 Signed-off-by: Sam James <sam <AT> gentoo.org> ...up-bin-2.4.13.ebuild => percona-xtrabackup-bin-2.4.13-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13.ebuild b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13-r1.ebuild similarity index 93% rename from dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13.ebuild rename to dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13-r1.ebuild index 791c5b01275..69f1ac6bae7 100644 --- a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13.ebuild +++ b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -29,6 +29,10 @@ RDEPEND="dev-libs/libaio dev-perl/DBD-mysql sys-libs/zlib sys-process/numactl + || ( + sys-libs/glibc[crypt(+)] + sys-libs/libxcrypt[compat] + ) !dev-db/percona-xtrabackup" QA_PREBUILT="usr/bin/*"
