From: Nicolas Bock Date: Thu, 14 Apr 2016 06:20:34 +0000 (+0200) Subject: app-office/hamster-time-tracker: Fix incorrect use of waf-utils eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc34283ff8e23f72f04721ea44cbe947bf4d598c;p=gentoo.git app-office/hamster-time-tracker: Fix incorrect use of waf-utils eclass Fixed Bug 577538. Thanks to michael.frommberger@gmx.net for pointing out the fix! Package-Manager: portage-2.2.26 --- diff --git a/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild b/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild index 364c3d58f01b..24d4eed8c6ea 100644 --- a/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild +++ b/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" inherit git-r3 python-single-r1 waf-utils