commit:     dc34283ff8e23f72f04721ea44cbe947bf4d598c
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 06:20:34 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 06:20:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc34283f

app-office/hamster-time-tracker: Fix incorrect use of waf-utils eclass

Fixed Bug 577538. Thanks to michael.frommberger <AT> gmx.net for pointing out 
the fix!

Package-Manager: portage-2.2.26

 app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 364c3d5..24d4eed 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
 

Reply via email to