Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597658 - sci-visualization/gnuplot[readline] (all versions) should subslot dep (:0=) on sys-libs/readline
Summary: sci-visualization/gnuplot[readline] (all versions) should subslot dep (:0=) o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 05:56 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2016-10-21 06:40 UTC (History)
2 users (show)

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 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2016-10-21 05:56:50 UTC
After upgrading to readline 7

>>> package: sys-libs/readline-7.0
 *  - /lib64/libreadline.so.6
 *  - /lib64/libreadline.so.6.3
 *      used by /usr/bin/gnuplot (sci-visualization/gnuplot-5.0.4)


But gnuplot currently only assumes :0 , not :0= 

grep 'readline:' *
gnuplot-4.6.5.ebuild:	readline? ( sys-libs/readline:0 )
gnuplot-5.0.1-r1.ebuild:	readline? ( sys-libs/readline:0 )
gnuplot-5.0.3.ebuild:	readline? ( sys-libs/readline:0 )
gnuplot-5.0.4.ebuild:	readline? ( sys-libs/readline:0 )
gnuplot-5.0.9999.ebuild:	readline? ( sys-libs/readline:0 )
gnuplot-5.1.9999.ebuild:	readline? ( sys-libs/readline:0 )

changing these to ":0=" should encourage gnuplot to recompile w/ readline upgrades.
Comment 1 Ulrich Müller gentoo-dev 2016-10-21 06:40:01 UTC
Thanks, fixed.