diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-11 05:21:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-11 05:21:33 +0100 |
commit | 3a3b1a69be7106d0fd278c9b45f34f20e6cbf74c (patch) | |
tree | 2ce4bf5edfd852419df09f73ec4981823a9d731f /profiles | |
parent | Rename dev-python/{jinja → jinja2} (diff) | |
download | gentoo-3a3b1a69be7106d0fd278c9b45f34f20e6cbf74c.tar.gz gentoo-3a3b1a69be7106d0fd278c9b45f34f20e6cbf74c.tar.bz2 gentoo-3a3b1a69be7106d0fd278c9b45f34f20e6cbf74c.zip |
Rename dev-python/{gmpy → gmpy2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/updates/4Q-2024 | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 9dffa1399424..7710390e180e 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -319,9 +319,9 @@ gnome-base/gvfs google xfce-base/xfwm4 xpresent # Mart Raudsepp <leio@gentoo.org> (2017-02-07) -# dev-python/gmpy fails tests about sizeof (conch), bug 608496 +# dev-python/gmpy2 fails tests about sizeof (conch), bug 608496 # dev-python/attrs fails tests on slow mips, couldn't test service_identity test path (crypt), bug 608570 -# dev-python/gmpy also a test depend, so minimize the features until can test properly (http2 soap test) +# dev-python/gmpy2 also a test depend, so minimize the features until can test properly (http2 soap test) dev-python/twisted conch http2 test # Felix Janda <felix.janda@posteo.de> (2016-09-24) diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024 index 022062dadeac..aedc958dd30c 100644 --- a/profiles/updates/4Q-2024 +++ b/profiles/updates/4Q-2024 @@ -3,3 +3,4 @@ move sys-apps/scx sys-kernel/scx slotmove media-sound/kmetronome 5 0 move net-im/sendxmpp-amm net-im/sendxmpp-scala move dev-python/jinja dev-python/jinja2 +move dev-python/gmpy dev-python/gmpy2 |