diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2023-12-25 10:00:35 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-12-26 20:30:09 +0100 |
commit | ba3bd1965bcdc2aad1545f37d758318d9be0056f (patch) | |
tree | 0601594b4a7226a12d07cc93c4398c54eb41ce17 /dev-python | |
parent | ed47a5f3ff49a6fab7d25e8310debdba13d05cbc (diff) | |
download | tde-packaging-gentoo-ba3bd1965bcdc2aad1545f37d758318d9be0056f.tar.gz tde-packaging-gentoo-ba3bd1965bcdc2aad1545f37d758318d9be0056f.zip |
*/*: remove empty global assignments IUSE=""
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit f87b0773a1402fc675dbf4729433810b8d81081c)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sip4-tqt/sip4-tqt-14.1.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/sip4-tqt/sip4-tqt-14.1.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/sip4-tqt/sip4-tqt-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/sip4-tqt/sip4-tqt-14.1.0.ebuild b/dev-python/sip4-tqt/sip4-tqt-14.1.0.ebuild index acef063a..fe9cee1b 100644 --- a/dev-python/sip4-tqt/sip4-tqt-14.1.0.ebuild +++ b/dev-python/sip4-tqt/sip4-tqt-14.1.0.ebuild @@ -15,7 +15,6 @@ SLOT="0" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} diff --git a/dev-python/sip4-tqt/sip4-tqt-14.1.1.ebuild b/dev-python/sip4-tqt/sip4-tqt-14.1.1.ebuild index acef063a..fe9cee1b 100644 --- a/dev-python/sip4-tqt/sip4-tqt-14.1.1.ebuild +++ b/dev-python/sip4-tqt/sip4-tqt-14.1.1.ebuild @@ -15,7 +15,6 @@ SLOT="0" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} diff --git a/dev-python/sip4-tqt/sip4-tqt-9999.ebuild b/dev-python/sip4-tqt/sip4-tqt-9999.ebuild index ae738967..e9d6352e 100644 --- a/dev-python/sip4-tqt/sip4-tqt-9999.ebuild +++ b/dev-python/sip4-tqt/sip4-tqt-9999.ebuild @@ -15,7 +15,6 @@ SLOT="0" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} |