diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-10 09:36:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-10 09:36:45 +0000 |
commit | d421859b61a28458f53b5d0a340e52f908f931c5 (patch) | |
tree | f84d677452d24cc3605d626aefad1b20dd62ddf7 /sys-libs | |
parent | 237af9dc05afce56c519b4e18c8e2bfe892cfc6d (diff) |
gentoo ncurses library insanity : slot 0/6 - new library, slot 5/6 - empty package ; slot 0/5 - old library, slot 5/5 - old library. Slot 0/6 overwrites slot 0/5 and force packages to relink to new library. Slot 5/6 will overwrite slot 5/5 and will leave some packages in broken state (dropbox) since they cannot be recompiled. Let
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/ncurses/ncurses-5.9-r1000.ebuild (renamed from sys-libs/ncurses/ncurses-5.9-r101.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/ncurses/ncurses-5.9-r101.ebuild b/sys-libs/ncurses/ncurses-5.9-r1000.ebuild index b28e1b46..e88fd668 100644 --- a/sys-libs/ncurses/ncurses-5.9-r101.ebuild +++ b/sys-libs/ncurses/ncurses-5.9-r1000.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz" LICENSE="MIT" # The subslot reflects the SONAME. -SLOT="1" +SLOT="1/5" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="gpm tinfo unicode" |