Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566606 - net-mail/mailshears broken dependencies
Summary: net-mail/mailshears broken dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 09:22 UTC by Patrick Lauer
Modified: 2015-11-23 17:03 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 Patrick Lauer gentoo-dev 2015-11-23 09:22:20 UTC
dependency.bad [fatal]        50
   net-mail/mailshears/mailshears-0.0.2.ebuild: DEPEND: ~amd64(default/linux/amd64/13.0)
[     '=dev-ruby/pg-0.1*[ruby_targets_ruby20]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby21]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby22]']
   net-mail/mailshears/mailshears-0.0.2.ebuild: RDEPEND: ~amd64(default/linux/amd64/13.0)
[     '=dev-ruby/pg-0.1*[ruby_targets_ruby20]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby21]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby22]']
   net-mail/mailshears/mailshears-0.0.2.ebuild: DEPEND: ~amd64(default/linux/amd64/13.0/desktop)
[     '=dev-ruby/pg-0.1*[ruby_targets_ruby20]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby21]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby22]']
   net-mail/mailshears/mailshears-0.0.2.ebuild: RDEPEND: ~amd64(default/linux/amd64/13.0/desktop)
[     '=dev-ruby/pg-0.1*[ruby_targets_ruby20]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby21]',
      '=dev-ruby/pg-0.1*[ruby_targets_ruby22]']
Comment 1 Michael Orlitzky gentoo-dev 2015-11-23 17:03:39 UTC
The behavior of the asterisk operator was changed retroactively in bug #560466. Portage is backwards-compatible, but repoman, I guess not. I just replaced the asterisk with something I actually understand:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536ff0601d4558e338550ee3a18a7e465c63114e

Thanks.