From c888c03c20b3e84793228af9d27a5fbeeeffcfdc Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Sun, 18 Mar 2012 01:43:01 +0000 Subject: Fix dependencies, bug #408627. (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) --- x11-apps/xev/ChangeLog | 6 +++++- x11-apps/xev/xev-1.2.0.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'x11-apps') diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index 1426739e0f71..4d07bf4b532e 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xev # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.53 2012/02/24 15:37:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.54 2012/03/18 01:43:01 chithanh Exp $ + + 18 Mar 2012; Chí-Thanh Christopher Nguyễn + xev-1.2.0.ebuild: + Fix dependencies, bug #408627. *xev-1.2.0 (24 Feb 2012) diff --git a/x11-apps/xev/xev-1.2.0.ebuild b/x11-apps/xev/xev-1.2.0.ebuild index 77c97801edf1..29640cd5110e 100644 --- a/x11-apps/xev/xev-1.2.0.ebuild +++ b/x11-apps/xev/xev-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.1 2012/02/24 15:37:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.2 2012/03/18 01:43:01 chithanh Exp $ EAPI=4 @@ -11,5 +11,7 @@ DESCRIPTION="print contents of X events" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-interix ~x86-linux ~x86-winnt" IUSE="" -RDEPEND="x11-libs/libX11" +RDEPEND="x11-libs/libX11 + x11-libs/libXrandr + x11-proto/xproto" DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad