commit:     3a73276c632e5c065919f27227a877ea2a26ef66
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 16:25:44 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 19:14:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a73276c

profiles/updates: update historic move of a package to its current location

We moved {sci-libs -> dev-python}/rtree, but once upon a time we had
also moved it *to* that starting location, for capitalization reasons.
Now pkgcheck throws an error that it is a "MultiMovePackageUpdate":

> 'sci-libs/Rtree': multi-move update: sci-libs/Rtree -> sci-libs/rtree -> 
> dev-python/rtree

Assuming anyone actually does have it installed from 2020, we should
still move it to the current location, not a transition location. The
recent move didn't actually take this into account, and broke the
repo-qa CI.

Fixes: 287f462eba67dec7036cd51c4372896144219184
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 profiles/updates/3Q-2020 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/updates/3Q-2020 b/profiles/updates/3Q-2020
index 3f451f53e7f7..3e54e401cfa6 100644
--- a/profiles/updates/3Q-2020
+++ b/profiles/updates/3Q-2020
@@ -10,5 +10,5 @@ slotmove <media-sound/teamspeak-client-5 0 3
 slotmove dev-haskell/network 3 0
 move sci-libs/scipy dev-python/scipy
 move dev-perl/frontier-rpc dev-perl/Frontier-RPC
-move sci-libs/Rtree sci-libs/rtree
+move sci-libs/Rtree dev-python/rtree
 move sci-libs/Shapely dev-python/shapely

Reply via email to