commit: fcddb15ab27b40a76c160bbde55cb54cd96b5b3c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Dec 1 00:29:50 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 00:30:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcddb15a
profiles/arch/arm: fix ipython p.use.mask for qt5->gui rename Fixes: 685b17cdcbecf4359a859ec84b27d6296e91ac3b Bug: https://bugs.gentoo.org/960433 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> profiles/arch/arm/package.use.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 2c920cbbabe8..556a94a7aeec 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -379,7 +379,7 @@ net-libs/gnutls test-full # Andreas Sturmlechner <[email protected]> (2018-03-02) # Requires unkeyworded deps ->=dev-python/ipython-5.4.1 qt5 +>=dev-python/ipython-5.4.1 gui qt5 # Michał Górny <[email protected]> (2017-12-30) # Moved from use.mask since they are flags local to one package.
