summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:50:00 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:50:00 +0000
commit0b3bb1502ef26cf761143fab093941a460a7f74e (patch)
tree1980d5b5c51d79f60eb1f8d5d6ecb2dd54385d1b /sys-libs
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-0b3bb1502ef26cf761143fab093941a460a7f74e.tar.gz
gentoo-2-0b3bb1502ef26cf761143fab093941a460a7f74e.tar.bz2
gentoo-2-0b3bb1502ef26cf761143fab093941a460a7f74e.zip
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!)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/gpm/ChangeLog6
-rw-r--r--sys-libs/gpm/gpm-1.20.7-r2.ebuild6
2 files changed, 8 insertions, 4 deletions
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 <mgorny@gentoo.org> gpm-1.20.7-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
01 Feb 2014; Mike Frysinger <vapier@gentoo.org> 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"