diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-22 21:59:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-01 21:13:44 +0200 |
commit | 98f0fc212d58518dbe50e962b56a32cf809b0999 (patch) | |
tree | f181f71f0e72486c186f494356ca2551c82af652 /profiles | |
parent | net-libs/libtorrent-rasterbar: Version bump (v1.2.2) (diff) | |
download | gentoo-98f0fc212d58518dbe50e962b56a32cf809b0999.tar.gz gentoo-98f0fc212d58518dbe50e962b56a32cf809b0999.tar.bz2 gentoo-98f0fc212d58518dbe50e962b56a32cf809b0999.zip |
sys-libs/ncurses-compat: Split ABI compat version out of ncurses
Split the :5 SONAME compatibility slot of sys-libs/ncurses into its own
package. This is mostly meant to resolve outstanding problem with
missing slot on dependencies, ncurses being the most common offender.
By moving the compatibility into separate package, we no longer have
to worry about people mistakenly not specifying the correct slot.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.force | 1 | ||||
-rw-r--r-- | profiles/prefix/windows/package.use.mask | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 732de2ed84d0..e64b86353b9d 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -23,6 +23,7 @@ sys-libs/glibc static-libs # affected. On the other hand, disabling USE=tinfo is capable of # breaking installed packages. sys-libs/ncurses tinfo +sys-libs/ncurses-compat tinfo # Mart Raudsepp <leio@gentoo.org> (2018-12-14) # Security is not optional if available for the architecture/kernel. diff --git a/profiles/prefix/windows/package.use.mask b/profiles/prefix/windows/package.use.mask index 8aa55bffc312..a7308f8b5f20 100644 --- a/profiles/prefix/windows/package.use.mask +++ b/profiles/prefix/windows/package.use.mask @@ -1,6 +1,7 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michael Haubenwallner <haubi@gentoo.org> (2019-07-31) # KERNEL=Winnt needs term-driver, which conflicts with termlib sys-libs/ncurses tinfo +sys-libs/ncurses-compat tinfo |