From 0b3bb1502ef26cf761143fab093941a460a7f74e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 18 Jun 2014 20:50:00 +0000 Subject: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- sys-libs/gpm/ChangeLog | 6 +++++- sys-libs/gpm/gpm-1.20.7-r2.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index fe58230c02b7..ab138dfcec16 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.104 2014/02/01 23:24:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.105 2014/06/18 20:50:00 mgorny Exp $ + + 18 Jun 2014; Michał Górny gpm-1.20.7-r2.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 01 Feb 2014; Mike Frysinger gpm-1.20.7-r1.ebuild, gpm-1.20.7-r2.ebuild: diff --git a/sys-libs/gpm/gpm-1.20.7-r2.ebuild b/sys-libs/gpm/gpm-1.20.7-r2.ebuild index 078d769bf1ec..9a2d28191988 100644 --- a/sys-libs/gpm/gpm-1.20.7-r2.ebuild +++ b/sys-libs/gpm/gpm-1.20.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.2 2014/02/01 23:24:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.3 2014/06/18 20:50:00 mgorny Exp $ # emacs support disabled due to #99533 #335900 @@ -17,13 +17,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[${MULTILIB_USEDEP}] +RDEPEND=">=sys-libs/ncurses-5.9-r3[${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[${MULTILIB_USEDEP}] +DEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] app-arch/xz-utils virtual/yacc" -- cgit v1.2.3-65-gdbad