From: Ultrabug Date: Mon, 5 Sep 2016 13:49:45 +0000 (+0200) Subject: dev-db/rethinkdb: compilation should use python2 fix #592726 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cd912e4806cb69ca2892b740d57878418d0ed96e;p=gentoo.git dev-db/rethinkdb: compilation should use python2 fix #592726 Package-Manager: portage-2.2.27 --- diff --git a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild index cbd2f672909d..5e9709e11e21 100644 --- a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild +++ b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild @@ -4,7 +4,7 @@ EAPI="6" -inherit systemd user +inherit python-utils-r1 systemd user DESCRIPTION="The open-source database for the realtime web." HOMEPAGE="http://www.rethinkdb.com" @@ -77,6 +77,7 @@ src_configure() { } src_compile() { + python_export python2.7 EPYTHON emake VERBOSE=1 }