# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads" inherit waf-utils python-single-r1 multilib multilib-minimal git-r3 DESCRIPTION="Samba talloc library" HOMEPAGE="http://talloc.samba.org/" SRC_URI="" EGIT_REPO_URI="git://git.samba.org/samba.git" LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" SLOT="0" KEYWORDS="" IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="python? ( ${PYTHON_DEPS} ) !!