[sys-libs/openipmi] sync with tree
This commit is contained in:
parent
f56389abae
commit
8f381372cc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user