Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561312 - sys-apps/less: add slot operator on sys-libs/ncurses atom
Summary: sys-apps/less: add slot operator on sys-libs/ncurses atom
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 00:03 UTC by Thomas Deutschmann (RETIRED)
Modified: 2015-09-26 08:08 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 Thomas Deutschmann (RETIRED) gentoo-dev 2015-09-24 00:03:10 UTC
sys-libs/ncurses-6.0 update changed soname of libncursesw; this triggered a @preserved-libs event for sys-apps/less.

Please consider adding a slot operator on the sys-libs/ncurses atom in the next revbump of sys-apps/less so that an update of sys-libs/ncurses will trigger a rebuild of sys-apps/less when necessary.

The following diff should do the magic:

--- less-481.ebuild.old 2015-09-24 02:01:56.000000000 +0200
+++ less-481.ebuild     2015-09-24 02:02:07.000000000 +0200
@@ -19,7 +19,7 @@
 IUSE="pcre unicode"

 DEPEND=">=app-misc/editor-wrapper-3
-       >=sys-libs/ncurses-5.2
+       >=sys-libs/ncurses-5.2:=
        pcre? ( dev-libs/libpcre )"
 RDEPEND="${DEPEND}"


Thanks!

Reproducible: Always