commit: 707800b7132ac4ad75f1bc0d9ab5c7683e11144c Author: Michael Weber <michael <AT> xmw <DOT> de> AuthorDate: Thu Feb 11 14:10:43 2016 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 14:10:43 2016 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=707800b7
net-misc/ola: force python2.7 Package-Manager: portage-2.2.27 Manifest-Sign-Key: 0x71D573A82F434065 net-misc/ola/ola-0.10.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/ola/ola-0.10.0.ebuild b/net-misc/ola/ola-0.10.0.ebuild index 7343fda..fd5f89e 100644 --- a/net-misc/ola/ola-0.10.0.ebuild +++ b/net-misc/ola/ola-0.10.0.ebuild @@ -4,7 +4,8 @@ EAPI=5 -inherit autotools +PYTHON_COMPAT=( python2_7 ) +inherit autotools python-single-r1 DESCRIPTION="Open Lighting Architecture is a framework for lighting control information" HOMEPAGE="https://www.openlighting.org/ola/"
