-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
I'm trying to run hackport to get the latest version of vec:
$ hackport merge vec
Ambiguous names: Vec, vec
Vec: 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9,
1.0, 1.0.1, 1.0.5
vec: 0, 0.1, 0.1.1, 0.1.1.1, 0.2, 0.3, 0.4, 0.4.1
...It warns about ambiguous names, either matching Vec or vec, but then seems to choose Vec even though I specified vec on the command line:
dev-haskell/vec/vec-1.0.5.ebuild# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.7.3.0 CABAL_PN="Vec"
Reactions are currently unavailable