gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
79 stars 57 forks source link

[dotnetcore-sdk-bin-common]: version ${PV}-r* should be accepted #445

Closed OwenChia closed 4 years ago

OwenChia commented 4 years ago

You can't install dev-dotnet/dotnetcore-sdk-bin-3.0.100-r1 now, cause dev-dotnet/dotnetcore-sdk-bin-common-3.0.100 need dev-dotnet/dotnetcore-sdk-bin-3.0.100.

I think at least ${PV}-r* is acceptable.

cnd commented 4 years ago

@OwenChia PV doesn't include -r* there is PVR for it, isn't it?

ngg commented 4 years ago

oops, sry you're right, I didn't check this when I bumped to r1

OwenChia commented 4 years ago

@cnd

seems like both PVR and wave mark (~) works. not sure is that fully equals, but PVR sounds better.

FYI: https://devmanual.gentoo.org/general-concepts/dependencies/#version-specifiers https://devmanual.gentoo.org/ebuild-writing/variables/index.html

cnd commented 4 years ago

I still don't get it, PVR includes r PV is not, do you want that version to be working only with same r version?

OwenChia commented 4 years ago

I still don't get it, PVR includes r PV is not, do you want that version to be working only with same r version?

yes, I believe dotnet/dotnetcore-sdk-bin-common works w/ or w/o r version dotnet/dotnetcore-sdk-bin, but now we already have r, PV it not enough.

just try install dev-dotnet/dotnetcore-sdk-bin-3.0.100-r1.

cnd commented 4 years ago

@OwenChia thank you for showing up problem! I've merged another PR which were a bit more full.