diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-01 23:06:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-01 23:06:18 +0000 |
commit | b9b11fc0ae7de590969cea0de749f5c06edf0269 (patch) | |
tree | 1a800849b4c8bab721edb132210c59bba126a239 /app-emulation/xen-tools/xen-tools-4.3.2.ebuild | |
parent | Version bump. The dev-libs/clens dependency is replaced by dev-libs/libbsd. D... (diff) | |
download | historical-b9b11fc0ae7de590969cea0de749f5c06edf0269.tar.gz historical-b9b11fc0ae7de590969cea0de749f5c06edf0269.tar.bz2 historical-b9b11fc0ae7de590969cea0de749f5c06edf0269.zip |
Update libgcrypt dep to use slot :0.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.3.2.ebuild')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.3.2.ebuild b/app-emulation/xen-tools/xen-tools-4.3.2.ebuild index 3bb7f5ac1039..e58d59460d13 100644 --- a/app-emulation/xen-tools/xen-tools-4.3.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.3.2.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/app-emulation/xen-tools/xen-tools-4.3.2.ebuild,v 1.3 2014/02/21 04:49:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2.ebuild,v 1.4 2014/03/01 23:06:15 mgorny Exp $ EAPI=5 @@ -49,7 +49,7 @@ REQUIRED_USE="hvm? ( qemu ) DEPEND="dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl - dev-libs/libgcrypt + dev-libs/libgcrypt:0 dev-python/lxml[${PYTHON_USEDEP}] pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) sys-libs/zlib @@ -102,7 +102,7 @@ pkg_setup() { python-single-r1_pkg_setup export "CONFIG_LOMOUNT=y" - if has_version dev-libs/libgcrypt; then + if has_version dev-libs/libgcrypt:0; then export "CONFIG_GCRYPT=y" fi |