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:
Ionen Wolkens
2023-04-22 03:58:58 -04:00
parent 9d3c743cbb
commit bd3aaf386d
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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