diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-22 12:52:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-22 12:52:57 +0000 |
| commit | ece535bc08c97eae23630a12c8aa8627ee3efa1c (patch) | |
| tree | 2b326361215acfce9a5adae52d425dbbe8b6adbc /dev-python/PyQt6 | |
| parent | 74ae40ee903f7bc8b1704ad4b03902aea7fbd3aa (diff) | |
| download | baldeagleos-repo-ece535bc08c97eae23630a12c8aa8627ee3efa1c.tar.gz baldeagleos-repo-ece535bc08c97eae23630a12c8aa8627ee3efa1c.tar.xz baldeagleos-repo-ece535bc08c97eae23630a12c8aa8627ee3efa1c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/PyQt6')
| -rw-r--r-- | dev-python/PyQt6/PyQt6-6.4.2.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/PyQt6/PyQt6-6.5.0.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.4.2.ebuild b/dev-python/PyQt6/PyQt6-6.4.2.ebuild index 7b9cc6a74b2f..9ddf61738165 100644 --- a/dev-python/PyQt6/PyQt6-6.4.2.ebuild +++ b/dev-python/PyQt6/PyQt6-6.4.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{7,8,9,10,11} ) @@ -76,8 +77,9 @@ src_prepare() { PATH=${T}/cxx:${PATH} } -src_configure() { +python_configure_all() { append-cxxflags -std=c++17 # for old gcc / clang that use <17 (bug #892331) + append-cxxflags ${CPPFLAGS} # respect CPPFLAGS pyqt-use_enable() { local state=$(usex ${1} --enable= --disable=) diff --git a/dev-python/PyQt6/PyQt6-6.5.0.ebuild b/dev-python/PyQt6/PyQt6-6.5.0.ebuild index 37da705fad87..6d8240b7af91 100644 --- a/dev-python/PyQt6/PyQt6-6.5.0.ebuild +++ b/dev-python/PyQt6/PyQt6-6.5.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{7,8,9,10,11} ) @@ -77,8 +78,9 @@ src_prepare() { PATH=${T}/cxx:${PATH} } -src_configure() { +python_configure_all() { append-cxxflags -std=c++17 # for old gcc / clang that use <17 (bug #892331) + append-cxxflags ${CPPFLAGS} # respect CPPFLAGS pyqt-use_enable() { local state=$(usex ${1} --enable= --disable=) |
