dev-db/rethinkdb: compilation should use python2 fix #592726
authorUltrabug <ultrabug@gentoo.org>
Mon, 5 Sep 2016 13:49:45 +0000 (15:49 +0200)
committerUltrabug <ultrabug@gentoo.org>
Mon, 5 Sep 2016 13:50:06 +0000 (15:50 +0200)
Package-Manager: portage-2.2.27

dev-db/rethinkdb/rethinkdb-2.3.4.ebuild

index cbd2f672909d1cc85ffec1553654720d442aee2d..5e9709e11e2161a874e96fe83050266d16255f85 100644 (file)
@@ -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
 }