mpagano / portpeek

3 stars 1 forks source link

Fix package.use parsing of "::repo" package atom specification. #4

Closed 0x6d6e647a closed 1 year ago

0x6d6e647a commented 1 year ago

Detects the use of "::repo" in the package atom specification and removes it before continuing parse_package_use(). The "::repo" component is saved in a repo variable in case it is useful at some later point.

Fixes mpagano/portpeek#3

0x6d6e647a commented 1 year ago

The "::repo" regular expression was tested against the overlays listed at Gentoo Portage Overlays.

mpagano commented 1 year ago

Thanks, for this, mndz. Merged and I will put out a new release.

0x6d6e647a commented 1 year ago

You're very welcome! Thanks for the fast response! I really appreciate it!