diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-14 15:43:09 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-14 15:43:09 +0100 |
commit | e0a056a0e8462f5e644a1bd7758266ef9af66330 (patch) | |
tree | 64ed168c12697827f3d3e82de29421f64ba0762d /dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild | |
parent | dev-db/percona-xtrabackup: adjust blocker on dev-db/percona-xtrabackup-bin (diff) | |
download | gentoo-e0a056a0e8462f5e644a1bd7758266ef9af66330.tar.gz gentoo-e0a056a0e8462f5e644a1bd7758266ef9af66330.tar.bz2 gentoo-e0a056a0e8462f5e644a1bd7758266ef9af66330.zip |
dev-db/percona-xtrabackup-bin: set blocker on dev-db/percona-xtrabackup
Bug: https://bugs.gentoo.org/677924
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild')
-rw-r--r-- | dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild index 29a995636cfc..791c5b01275b 100644 --- a/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild +++ b/dev-db/percona-xtrabackup-bin/percona-xtrabackup-bin-2.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -28,7 +28,8 @@ RDEPEND="dev-libs/libaio dev-libs/libgpg-error dev-perl/DBD-mysql sys-libs/zlib - sys-process/numactl" + sys-process/numactl + !dev-db/percona-xtrabackup" QA_PREBUILT="usr/bin/*" |