From 61a71d2375135450aa47b08f698e19f65fdbf57d Mon Sep 17 00:00:00 2001 From: Henry Gebhardt Date: Sat, 13 Feb 2016 13:35:54 -0500 Subject: sys-devel/redo-0.11-r1.ebuild: build with correct python version --- sys-devel/redo/redo-0.11-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-devel/redo/redo-0.11-r1.ebuild b/sys-devel/redo/redo-0.11-r1.ebuild index b143c3f..b51b3dd 100644 --- a/sys-devel/redo/redo-0.11-r1.ebuild +++ b/sys-devel/redo/redo-0.11-r1.ebuild @@ -2,8 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=6 inherit eutils bash-completion-r1 +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo." HOMEPAGE="http://github.com/apenwarr/redo" @@ -48,6 +50,8 @@ src_compile() { src_install() { emake install DESTDIR="${D}" || die "emake install failed" + python_doscript "${D}/usr/bin"/* + dobashcomp contrib/bash_completion.d/redo dodoc "${D}/usr/share/doc/${PN}"/* && rm -r "${D}/usr/share/doc/${PN}/" -- cgit v1.2.3-65-gdbad