Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 796671 - willikins: '!meta ${package}' should find exactly matching packages
Summary: willikins: '!meta ${package}' should find exactly matching packages
Status: UNCONFIRMED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-19 06:48 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2021-06-19 06:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2021-06-19 06:48:40 UTC
When there is only 1 package exactly matching ${package} in gentoo repository, '!meta ${package}' (without explicit ${category}/) sometimes finds other random packages:

GOOD:

<user> !meta gcc
<willikins> sys-devel/gcc; maintainers: toolchain

BAD:

<user> !meta perl
<willikins> www-apache/mod_perl; maintainers: perl

<user> !meta python
<willikins> sci-biology/biopython; maintainers: sci-biology

<user> !meta ruby
<willikins> dev-ruby/org-ruby; maintainers: ruby


(Packages expected to be found: dev-lang/perl, dev-lang/python, dev-lang/ruby)