projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bdce7c
)
dev-libs/locked_sstream: [QA] Add missing python metadata variables
author
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 08:29:59 +0000
(10:29 +0200)
committer
David Seifert
<soap@gentoo.org>
Sun, 23 Apr 2017 11:22:42 +0000
(13:22 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
b/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
index 15dee56fc2008473256326c1076010527bae71cf..ad4a819e4c5186447edd6d8ca2f39047205571c3 100644
(file)
--- a/
dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
+++ b/
dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild
@@
-5,6
+5,7
@@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
PYTHON_REQ_USE="threads(+)"
+
inherit python-any-r1 waf-utils
DESCRIPTION="tiny C++ library which wraps std::stringstream in a mutex"
@@
-17,7
+18,8
@@
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
-DEPEND="dev-util/waf"
+DEPEND="dev-util/waf
+ ${PYTHON_DEPS}"
src_prepare() {
rm -vf ./waf || die