EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit autotools python-any-r1 git-r3 EGIT_REPO_URI="https://github.com/cryptodotis/irssi-otr.git" EGIT_COMMIT="v1.0.0" DESCRIPTION="Off-The-Record messaging (OTR) for irssi" HOMEPAGE="http://irssi-otr.tuxfamily.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="debug" RDEPEND="net-libs/libotr dev-libs/glib:2 dev-libs/libgcrypt:0 dev-libs/libgpg-error net-irc/irssi" DEPEND="${PYTHON_DEPS} ${RDEPEND} virtual/pkgconfig" DOCS=( README.md ) src_prepare() { ./bootstrap }