commit: bea66751f3c367fe021041fec0eb80a638526df3
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 15:34:19 2016 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 16:06:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea66751
dev-db/xtrabackup-bin: Reduce to testing keywords
libgcrypt 1.5 branch is no longer in stable, the compatibility slot 11
should be used which is in testing only. libgcrypt is scheduled for EOL
and subject to complete removal
Gentoo-Bug: 585366
Gentoo-Bug: 567382
Package-Manager: portage-2.3.0
dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild | 6 +++---
dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
b/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
index 0b845e2..2d55fe0 100644
--- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
+++ b/dev-db/xtrabackup-bin/xtrabackup-bin-2.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,12 +24,12 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-libs/libaio
- || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 )
+ dev-libs/libgcrypt:11/11
dev-libs/libgpg-error
dev-perl/DBD-mysql
sys-libs/zlib"
diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild
b/dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild
index 5a51783..d311911 100644
--- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild
+++ b/dev-db/xtrabackup-bin/xtrabackup-bin-2.4.1.ebuild
@@ -25,7 +25,7 @@ IUSE=""
# NOTE: dev-perl/DBD-mysql still necessary, now for bin/xtrabackup?
DEPEND=""
RDEPEND="dev-libs/libaio
- || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 )
+ dev-libs/libgcrypt:11/11
dev-libs/libgpg-error
dev-perl/DBD-mysql
sys-libs/zlib"