mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
sys-libs/gpm: Added sub-slot dependency on sys-libs/ncurses (bug #596378).
Bumped ebuild to EAPI-5. Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
# emacs support disabled due to #99533 #335900
|
||||
|
||||
EAPI="4"
|
||||
EAPI=5
|
||||
|
||||
inherit eutils systemd toolchain-funcs autotools multilib-minimal
|
||||
|
||||
@@ -18,13 +18,13 @@ SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
|
||||
IUSE="selinux static-libs"
|
||||
|
||||
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
|
||||
RDEPEND=">=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
|
||||
selinux? ( sec-policy/selinux-gpm )
|
||||
abi_x86_32? (
|
||||
!<=app-emulation/emul-linux-x86-baselibs-20130224-r12
|
||||
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
|
||||
)"
|
||||
DEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
|
||||
DEPEND=">=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
|
||||
app-arch/xz-utils
|
||||
sys-apps/texinfo
|
||||
virtual/yacc"
|
||||
|
||||
Reference in New Issue
Block a user