mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sys-fs/dwarfs: fix typo in python_req_use
See
6007f8ecbe (commitcomment-50098369)
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -17,12 +17,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
IUSE="python +jemalloc"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#test IUSE disabled because there is no googletest in portage tree at this moment
|
||||
#-DWITH_TESTS=$(usex test ON OFF)
|
||||
|
||||
PYTHON_REQ_USE="python"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
DEPEND="sys-devel/flex
|
||||
sys-devel/binutils:*"
|
||||
|
||||
@@ -18,9 +18,7 @@ KEYWORDS=""
|
||||
|
||||
IUSE="python +jemalloc test"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
PYTHON_REQ_USE="python"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
DEPEND="sys-devel/flex"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
|
||||
@@ -18,9 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
IUSE="python +jemalloc test"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
PYTHON_REQ_USE="python"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
DEPEND="sys-devel/flex"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
|
||||
Reference in New Issue
Block a user