Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 582614

Summary: dev-ruby/timers must be re-slotted
Product: Gentoo Linux Reporter: Anton Bolshakov <anton.bugs>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: 10.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 582556    
Bug Blocks:    

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.