mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/PyQt6: simplify using python_configure_all
Didn't really make a difference before, but now it does, Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -77,8 +77,7 @@ src_prepare() {
|
||||
PATH=${T}/cxx:${PATH}
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cppflags $(usex debug -{U,D}NDEBUG) # not set by eclass "yet"
|
||||
python_configure_all() {
|
||||
append-cxxflags -std=c++17 # for old gcc / clang that use <17 (bug #892331)
|
||||
append-cxxflags ${CPPFLAGS} # respect CPPFLAGS
|
||||
|
||||
|
||||
@@ -78,8 +78,7 @@ src_prepare() {
|
||||
PATH=${T}/cxx:${PATH}
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-cppflags $(usex debug -{U,D}NDEBUG) # not set by eclass "yet"
|
||||
python_configure_all() {
|
||||
append-cxxflags -std=c++17 # for old gcc / clang that use <17 (bug #892331)
|
||||
append-cxxflags ${CPPFLAGS} # respect CPPFLAGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user