From 685b17cdcbecf4359a859ec84b27d6296e91ac3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 21 Aug 2025 08:41:44 +0200 Subject: =?UTF-8?q?dev-python/ipython:=20qt5=20=E2=86=92=20gui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-python/ipython/ipython-9.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/ipython/ipython-9.4.0.ebuild') diff --git a/dev-python/ipython/ipython-9.4.0.ebuild b/dev-python/ipython/ipython-9.4.0.ebuild index d2a2e51794b2c..1cddc7b020ccd 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? ( -- cgit v1.2.3