mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-util/rocprofiler: use python_has_version inside python_check_deps
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -33,7 +33,7 @@ PATCHES=( "${FILESDIR}/${P}-fix-gcc11.patch"
|
||||
"${FILESDIR}/${PN}-4.3.0-gentoo-location.patch" )
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
|
||||
python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -32,7 +32,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.3.0-nostrip.patch"
|
||||
"${FILESDIR}/${PN}-5.0.2-gentoo-location.patch" )
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
|
||||
python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -31,7 +31,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.3.0-nostrip.patch"
|
||||
"${FILESDIR}/${PN}-5.0.2-gentoo-location.patch" )
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
|
||||
python_has_version "dev-python/CppHeaderParser[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user