]> git.draconx.ca Git - gentoo-fixes.git/commitdiff
dev-python/pycairo: Avoid pointless QA warning.
authorNick Bowler <nbowler@draconx.ca>
Tue, 15 Feb 2022 05:50:50 +0000 (00:50 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 15 Feb 2022 05:50:50 +0000 (00:50 -0500)
The distutils-r1 eclass has recently started spewing warnings about how
DISTUTILS_USE_SETUPTOOLS does nothing when DISTUTILS_OPTIONAL=yes.

As the assignment does nothing, removing it will silence the warning.

dev-python/pycairo/Manifest
dev-python/pycairo/pycairo-1.18.2-r4.ebuild

index 14d47b98eac0bc8e0e33451fa59250c22a5844ca..9aa902a7962047707d5fd27bfe375021eee1ef1e 100644 (file)
@@ -1,4 +1,4 @@
 AUX pycairo-1.18.2-no-setuptools.patch 390 BLAKE2B 2e96d663534447de9aadd2a688dd6277a35ff2f9f3ea3f8a9bd060d4fffca36c565ac0ba4dff2b1fe470ac55cace671b7875a387d85fcaf307a289727f922190 SHA512 31775030b33a756a5075b793f5a4b6c3998f42b6a98f612aa991a2c8ed72263363aaf2dcf43bbd2357adb8897f372e3cd88526fe1b14f3ed645cde53386127f0
 AUX pycairo-1.19.1-py39.patch 890 BLAKE2B 8ee84005e17fd485f568213e751dd30bcb904806d4016088d0c6882958ce7edeba2517f3ab4b8139a8f923e3baec435bc9a21cf3546b60f4459c5cc9ad7a54d6 SHA512 607d6f2cf6bcaec394b755f452d3c4bc0f6edb39bea185a18258c1ee0db11a99d84c7605dbe9db83906518d41baf065b2b8d9261db3736f8a737a2a8f7dff266
 DIST pycairo-1.18.2.tar.gz 200462 BLAKE2B 1f755dc90fe3ee50aa68273a0816752312f144831ff857709e1a4695a58646ffe6be518733480ed37231c213a11d4e5aaf8dfd1cfa68104873bc7d4192435b89 SHA512 279ea80413ba55d493d51455685da09afa1f5c45e2930c3fca3e417a8afe6645a0d8131201f79482de59e5ec56cfef62eac65ed88fe88866bfcc06503dcc59e0
-EBUILD pycairo-1.18.2-r4.ebuild 2167 BLAKE2B 7f411aadd22be225b7149759d349387ac40398c7b9a097eccd8297de3235b4eb979e7287078d0a98ead5a9cc3608777c3d1e8001bcd4438745a2d14606b9e9c0 SHA512 12f17adb522c4da43519f90486e883a5cdd921bc2e5db829f7ec4fc0acc209c9c3da2ababb1fae67099fd2afdb441afd59ef27905ff2c66c586442e4f382a4e3
+EBUILD pycairo-1.18.2-r4.ebuild 2139 BLAKE2B 6b8f628e7a9a7365e422bc41a31f6549573da69a74f7d518ef94d1403b7d139133120495fd434d56d92bfcf611f6bea7a302040bb4e3e2346625d1d172b30cb1 SHA512 be4f76c1143c4558dafd5008c6930dd3d9018287c12b3ca21d00f4a662a264cdb4890b46456af74716da1555b962a6f0eddfa663bf78ed1b4740abfbc16df0f7
index 6c2b8d13f73adb05a08879dd4c1054502241d5e3..a3e014b20bac80194d357065bfa0b28d6622abc9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2020-2021 Nick Bowler
+# Copyright © 2020-2022 Nick Bowler
 #
 # License GPLv2+: GNU General Public License version 2 or any later version.
 # This is free software: you are free to change and redistribute it.
@@ -15,7 +15,6 @@ EAPI=7
 _PYTHON_ALLOW_PY27=1
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads(+)"
-DISTUTILS_USE_SETUPTOOLS=no
 DISTUTILS_OPTIONAL=yes
 
 inherit distutils-r1