# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="A Tcl package that provides SNMP tools for managing remote Agents" HOMEPAGE="http://sourceforge.net/projects/tcl-snmptools/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="threads" DEPEND="" RDEPEND="${DEPEND} dev-lang/tcl" src_configure() { if [[ ${ACRH} -eq "x86_64" ]] ; then econf $(use_enable threads) --enable-64bit else econf $(use_enable threads) fi }