diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-22 20:34:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-22 20:34:46 +0000 |
commit | f640e5314627a2faa3048619540f74b65e485fae (patch) | |
tree | 3502e155b000711a7de0539a6a49ffae03625ff3 /x11-apps/xev | |
parent | Stable for amd64, wrt bug #419473 (diff) | |
download | historical-f640e5314627a2faa3048619540f74b65e485fae.tar.gz historical-f640e5314627a2faa3048619540f74b65e485fae.tar.bz2 historical-f640e5314627a2faa3048619540f74b65e485fae.zip |
Stable for amd64, wrt bug #419473
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xev')
-rw-r--r-- | x11-apps/xev/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xev/xev-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog index 696590f1e94e..681f4fb2dfd6 100644 --- a/x11-apps/xev/ChangeLog +++ b/x11-apps/xev/ChangeLog @@ -1,6 +1,9 @@ # 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.56 2012/05/15 14:20:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.57 2012/06/22 20:27:32 ago Exp $ + + 22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xev-1.2.0.ebuild: + Stable for amd64, wrt bug #419473 15 May 2012; Alexis Ballier <aballier@gentoo.org> xev-1.2.0.ebuild: keyword ~amd64-fbsd diff --git a/x11-apps/xev/xev-1.2.0.ebuild b/x11-apps/xev/xev-1.2.0.ebuild index bc0e843334fa..79d0665d4b9c 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.4 2012/05/15 14:20:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.5 2012/06/22 20:27:32 ago Exp $ EAPI=4 @@ -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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x86-winnt" IUSE="" RDEPEND="x11-libs/libX11 |