diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-10 12:25:44 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-10 15:14:10 -0400 |
commit | 3a73276c632e5c065919f27227a877ea2a26ef66 (patch) | |
tree | ce77da081f537432bf805efc47a2166223b9235f /profiles | |
parent | dev-python/pyproj: Enable py3.13 (diff) | |
download | gentoo-3a73276c632e5c065919f27227a877ea2a26ef66.tar.gz gentoo-3a73276c632e5c065919f27227a877ea2a26ef66.tar.bz2 gentoo-3a73276c632e5c065919f27227a877ea2a26ef66.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/updates/3Q-2020 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |