Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441802 - dev-libs/boost: Use subslot functionality
Summary: dev-libs/boost: Use subslot functionality
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-11-05 01:18 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-02-04 19:36 UTC (History)
1 user (show)

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


Attachments
boost.patch (boost.patch,382 bytes, patch)
2012-11-05 01:20 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2012-11-05 01:18:18 UTC
=dev-libs/boost-1.51* should set SLOT="0/1.51" so that := dependencies in packages depending on dev-libs/boost provide usual benefits.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-11-05 01:20:11 UTC
Created attachment 328380 [details, diff]
boost.patch

Patch backported from Progress Overlay.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2012-11-13 00:32:48 UTC
Sonames of Boost libraries contain micro version (e.g. libboost_system.so.1.52.0 instead of libboost_system.so.1.52), so maybe SLOT should be rather "0/1.52.0" instead of "0/1.52".