diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2016-04-14 08:20:34 +0200 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2016-04-14 08:20:55 +0200 |
commit | dc34283ff8e23f72f04721ea44cbe947bf4d598c (patch) | |
tree | 56d07e8626e4a1693ea5f3d48afbbde0a6c25a9a /app-office | |
parent | app-crypt/keybase: Version bump (diff) | |
download | gentoo-dc34283ff8e23f72f04721ea44cbe947bf4d598c.tar.gz gentoo-dc34283ff8e23f72f04721ea44cbe947bf4d598c.tar.bz2 gentoo-dc34283ff8e23f72f04721ea44cbe947bf4d598c.zip |
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
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |