[sys-libs/openipmi] sync with tree

This commit is contained in:
Robert Förster 2015-08-21 16:06:05 +02:00
parent f56389abae
commit 8f381372cc
1 changed files with 7 additions and 5 deletions

View File

@ -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"