public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: x11-apps/xev/
@ 2012-02-24 15:02 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-02-24 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c26733812379616732a8e67b26214b9e105062b9
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 15:02:42 2012 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Fri Feb 24 15:02:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=c2673381

x11-apps/xev: sync keywords with portage

---
 x11-apps/xev/xev-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x11-apps/xev/xev-9999.ebuild b/x11-apps/xev/xev-9999.ebuild
index fe8bfd9..4bd58cb 100644
--- a/x11-apps/xev/xev-9999.ebuild
+++ b/x11-apps/xev/xev-9999.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 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-linux ~x86-winnt"
+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"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/x11:master commit in: x11-apps/xev/
@ 2012-03-18  1:45 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-03-18  1:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1eea561c69cfad94461ef8a2912a0f394496a528
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 01:45:43 2012 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sun Mar 18 01:45:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1eea561c

x11-apps/xev: sync dependencies with portage

---
 x11-apps/xev/xev-9999.ebuild |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/x11-apps/xev/xev-9999.ebuild b/x11-apps/xev/xev-9999.ebuild
index 4bd58cb..0a4f5ac 100644
--- a/x11-apps/xev/xev-9999.ebuild
+++ b/x11-apps/xev/xev-9999.ebuild
@@ -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}"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/x11:master commit in: x11-apps/xev/
@ 2012-03-18  4:00 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-03-18  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6173e338c1d538a043679dd567b4ea58ad056b9d
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 04:00:26 2012 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sun Mar 18 04:00:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=6173e338

x11-apps/xev: sync dependencies with portage, again

---
 x11-apps/xev/xev-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xev/xev-9999.ebuild b/x11-apps/xev/xev-9999.ebuild
index 0a4f5ac..0907092 100644
--- a/x11-apps/xev/xev-9999.ebuild
+++ b/x11-apps/xev/xev-9999.ebuild
@@ -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}"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-18  4:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 15:02 [gentoo-commits] proj/x11:master commit in: x11-apps/xev/ Chi-Thanh Christopher Nguyen
  -- strict thread matches above, loose matches on Subject: below --
2012-03-18  1:45 Chi-Thanh Christopher Nguyen
2012-03-18  4:00 Chi-Thanh Christopher Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox