commit:     cd912e4806cb69ca2892b740d57878418d0ed96e
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 13:49:45 2016 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 13:50:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd912e48

dev-db/rethinkdb: compilation should use python2 fix #592726

Package-Manager: portage-2.2.27

 dev-db/rethinkdb/rethinkdb-2.3.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild 
b/dev-db/rethinkdb/rethinkdb-2.3.4.ebuild
index cbd2f67..5e9709e 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
 }
 

Reply via email to