summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-18 03:57:19 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-18 03:57:19 +0000
commit2509416ee19ba74a9dcf4471b184847e2f8d3fbe (patch)
tree0c69a70f8dad69c6aacaf08b5aeae76acc4724d3 /x11-apps
parentVersion bump. Remove old. (diff)
downloadgentoo-2-2509416ee19ba74a9dcf4471b184847e2f8d3fbe.tar.gz
gentoo-2-2509416ee19ba74a9dcf4471b184847e2f8d3fbe.tar.bz2
gentoo-2-2509416ee19ba74a9dcf4471b184847e2f8d3fbe.zip
xproto needs not be in RDEPEND.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xev/ChangeLog6
-rw-r--r--x11-apps/xev/xev-1.2.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog
index 4d07bf4b532e..7d59e35d585e 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.54 2012/03/18 01:43:01 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.55 2012/03/18 03:57:19 chithanh Exp $
+
+ 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xev-1.2.0.ebuild:
+ xproto needs not be in RDEPEND.
18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xev-1.2.0.ebuild:
diff --git a/x11-apps/xev/xev-1.2.0.ebuild b/x11-apps/xev/xev-1.2.0.ebuild
index 29640cd5110e..39d155605181 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.2 2012/03/18 01:43:01 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.3 2012/03/18 03:57:19 chithanh Exp $
EAPI=4
@@ -12,6 +12,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
IUSE=""
RDEPEND="x11-libs/libX11
- x11-libs/libXrandr
+ x11-libs/libXrandr"
+DEPEND="${RDEPEND}
x11-proto/xproto"
-DEPEND="${RDEPEND}"