From 8f381372cc5a7848dc344626414e94045cf01c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Fri, 21 Aug 2015 16:06:05 +0200 Subject: [PATCH] [sys-libs/openipmi] sync with tree --- sys-libs/openipmi/openipmi-2.0.21.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sys-libs/openipmi/openipmi-2.0.21.ebuild b/sys-libs/openipmi/openipmi-2.0.21.ebuild index 2f0fdc8..9381f71 100644 --- a/sys-libs/openipmi/openipmi-2.0.21.ebuild +++ b/sys-libs/openipmi/openipmi-2.0.21.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit eutils autotools python-single-r1 @@ -20,13 +21,14 @@ IUSE="crypt snmp perl tcl python" S="${WORKDIR}/${MY_P}" RESTRICT='test' -RDEPEND="dev-libs/glib:2 +RDEPEND=" + dev-libs/glib:2 sys-libs/gdbm - crypt? ( dev-libs/openssl ) + crypt? ( dev-libs/openssl:0= ) snmp? ( net-analyzer/net-snmp ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} ) - tcl? ( dev-lang/tcl )" + tcl? ( dev-lang/tcl:0= )" DEPEND="${RDEPEND} >=dev-lang/swig-1.3.21 virtual/pkgconfig"