Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582614 - dev-ruby/timers must be re-slotted
Summary: dev-ruby/timers must be re-slotted
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on: 582556
Blocks:
  Show dependency tree
 
Reported: 2016-05-10 00:19 UTC by Anton Bolshakov
Modified: 2016-05-10 06:25 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 Anton Bolshakov 2016-05-10 00:19:23 UTC
It discovered that timers has 4.0.x and 4.1.x series. It is clear from the changelog file.

A software such (as rubydns) might explicitly depend on a specific slot such as ~> 4.0.1. Currently, both versions are slotted under :4.

I suggest to adjust slots to:
 :4.0
 :4.1

For more details, see the following:
https://bugs.gentoo.org/show_bug.cgi?id=582556
Comment 1 Hans de Graaff gentoo-dev Security 2016-05-10 05:15:26 UTC
Our policy for slotting is outlined here: https://wiki.gentoo.org/wiki/Project:Ruby/Packaging_RubyGems#Version_numbers_and_slots

From the timers Changelog I don't see any backward-incompatible changes, so in this case the best approach is to fix the rubydns gemspec.
Comment 2 Anton Bolshakov 2016-05-10 06:25:28 UTC
Ok, agreed. The API may be still compatible. Thanks for looking at it.