summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-10-07 09:33:33 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-10-07 09:33:48 +0200
commit125939bb8fcaddf00a26150815403b17e2a8b92f (patch)
tree4c98efbb614ac0c2d1984937ae224209a3342488 /sys-libs/gpm
parentdev-libs/beignet: require <x11-libs/libdrm-2.4.71 (diff)
downloadgentoo-125939bb8fcaddf00a26150815403b17e2a8b92f.tar.gz
gentoo-125939bb8fcaddf00a26150815403b17e2a8b92f.tar.bz2
gentoo-125939bb8fcaddf00a26150815403b17e2a8b92f.zip
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>
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r--sys-libs/gpm/gpm-1.20.7-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
index 58415add2425..ebfc8a741df6 100644
--- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild
+++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild
@@ -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"