From 88bbea8f3afb5353594d23dd8193b1a8127b57ef Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 4 Jun 2013 22:14:11 +0000 Subject: Fix broken dependencies. (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342) --- sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild') diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild index e9aee90e4e73..4b95e85840c9 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild,v 1.2 2013/06/04 22:00:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.1.ebuild,v 1.3 2013/06/04 22:14:11 flameeyes Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -31,10 +31,10 @@ LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)] sys-libs/e2fsprogs-libs[static-libs(+)] udev? ( virtual/udev[static-libs(+)] )" # We have to always depend on ${LIB_DEPEND} rather than put behind -# static? () because we provide a shared library which links against +# !static? () because we provide a shared library which links against # these other packages. #414665 RDEPEND="static-libs? ( ${LIB_DEPEND} ) - ${LIB_DEPEND//\[static-libs(+)]} + ${LIB_DEPEND//\[static-libs\(+\)\]} selinux? ( sys-libs/libselinux ) python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad