mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -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"
|
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||||
|
|
||||||
IUSE="python +jemalloc"
|
IUSE="python +jemalloc"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="python? ( ${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"
|
|
||||||
|
|
||||||
DEPEND="sys-devel/flex
|
DEPEND="sys-devel/flex
|
||||||
sys-devel/binutils:*"
|
sys-devel/binutils:*"
|
||||||
|
|||||||
@@ -18,9 +18,7 @@ KEYWORDS=""
|
|||||||
|
|
||||||
IUSE="python +jemalloc test"
|
IUSE="python +jemalloc test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||||
|
|
||||||
PYTHON_REQ_USE="python"
|
|
||||||
|
|
||||||
DEPEND="sys-devel/flex"
|
DEPEND="sys-devel/flex"
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
|
|||||||
@@ -18,9 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
|
|||||||
|
|
||||||
IUSE="python +jemalloc test"
|
IUSE="python +jemalloc test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||||
|
|
||||||
PYTHON_REQ_USE="python"
|
|
||||||
|
|
||||||
DEPEND="sys-devel/flex"
|
DEPEND="sys-devel/flex"
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
|
|||||||
Reference in New Issue
Block a user