diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2014-05-30 19:09:56 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2014-05-30 19:09:56 +0000 |
commit | 33124c53ed66a89c7ccd017fb48e3017da7438e5 (patch) | |
tree | b17115b11bff19a06eee1f325cbff2b46c46cbb9 /dev-db/xtrabackup-bin | |
parent | Version bump (diff) | |
download | gentoo-2-33124c53ed66a89c7ccd017fb48e3017da7438e5.tar.gz gentoo-2-33124c53ed66a89c7ccd017fb48e3017da7438e5.tar.bz2 gentoo-2-33124c53ed66a89c7ccd017fb48e3017da7438e5.zip |
Fix libgcrypt dependencies
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Diffstat (limited to 'dev-db/xtrabackup-bin')
-rw-r--r-- | dev-db/xtrabackup-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild | 4 | ||||
-rw-r--r-- | dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/xtrabackup-bin/ChangeLog b/dev-db/xtrabackup-bin/ChangeLog index 9dca4badf921..fdea6fb3419b 100644 --- a/dev-db/xtrabackup-bin/ChangeLog +++ b/dev-db/xtrabackup-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/xtrabackup-bin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.7 2014/05/22 21:03:28 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/ChangeLog,v 1.8 2014/05/30 19:09:56 idl0r Exp $ + + 30 May 2014; Christian Ruppert <idl0r@gentoo.org> + xtrabackup-bin-2.1.7.ebuild, xtrabackup-bin-2.1.9.ebuild: + Fix libgcrypt dependencies *xtrabackup-bin-2.1.9 (22 May 2014) diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild b/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild index cc6e96d9a558..64db50f04354 100644 --- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild +++ b/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild,v 1.2 2014/03/01 22:27:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.7.ebuild,v 1.3 2014/05/30 19:09:56 idl0r Exp $ EAPI=5 @@ -29,7 +29,7 @@ IUSE="" DEPEND="" RDEPEND="dev-libs/libaio - dev-libs/libgcrypt:0 + || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 ) dev-libs/libgpg-error" if use amd64; then diff --git a/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild b/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild index 3f7197c6bc05..c17f53fa5e57 100644 --- a/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild +++ b/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild,v 1.1 2014/05/22 21:03:28 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xtrabackup-bin/xtrabackup-bin-2.1.9.ebuild,v 1.2 2014/05/30 19:09:56 idl0r Exp $ EAPI=5 @@ -29,7 +29,7 @@ IUSE="" DEPEND="" RDEPEND="dev-libs/libaio - dev-libs/libgcrypt:0= + || ( dev-libs/libgcrypt:0/11 dev-libs/libgcrypt:11/11 ) dev-libs/libgpg-error dev-perl/DBD-mysql" |