summaryrefslogtreecommitdiff
path: root/dev-python/ipython
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-08-21 08:41:44 +0200
committerMichał Górny <mgorny@gentoo.org>2025-08-21 08:53:53 +0200
commit685b17cdcbecf4359a859ec84b27d6296e91ac3b (patch)
tree0070ba04a2b7453b1c8568a7064a08f5a1b563df /dev-python/ipython
parente43884528445e344c60be6e40a6ffcc70c0e8f4b (diff)
downloadgentoo-685b17cdcbecf4359a859ec84b27d6296e91ac3b.tar.gz
gentoo-685b17cdcbecf4359a859ec84b27d6296e91ac3b.tar.bz2
gentoo-685b17cdcbecf4359a859ec84b27d6296e91ac3b.zip
dev-python/ipython: qt5 → gui
Rename the "qt5" flag to "gui", as it allows any Qt version via dev-python/qtpy, and there is really no point in tracking individual qt* flags. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-9.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-9.4.0.ebuild b/dev-python/ipython/ipython-9.4.0.ebuild
index d2a2e51794b2..1cddc7b020cc 100644
--- a/dev-python/ipython/ipython-9.4.0.ebuild
+++ b/dev-python/ipython/ipython-9.4.0.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="examples notebook nbconvert qt5 +smp test"
+IUSE="examples gui notebook nbconvert +smp test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -64,7 +64,7 @@ RDEPEND+="
"
PDEPEND="
$(python_gen_cond_dep '
- qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
+ gui? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
' 'python*')
$(python_gen_cond_dep '
notebook? (