mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-libs/locked_sstream: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
parent
5bdce7c5b7
commit
a89a5f6901
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user