# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild,v 1.14 2011/03/04 18:29:00 arfrever Exp $ EAPI=2 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils git DESCRIPTION="Python wrapper around Google RE2 regexp library allowing fuzzy (approximate) matching." HOMEPAGE="https://github.com/facebook/pyre2/" EGIT_REPO_URI="https://github.com/facebook/pyre2.git" LICENSE="pyre2" SLOT="0" KEYWORDS="" IUSE="nls python static-libs" RDEPEND="dev-libs/re2" DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )"