diff options
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 7d59e35d585e..696590f1e94e 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.55 2012/03/18 03:57:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.56 2012/05/15 14:20:16 aballier Exp $ + + 15 May 2012; Alexis Ballier <aballier@gentoo.org> xev-1.2.0.ebuild: + keyword ~amd64-fbsd 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 39d155605181..bc0e843334fa 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.3 2012/03/18 03:57:19 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.2.0.ebuild,v 1.4 2012/05/15 14:20:16 aballier 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-interix ~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 |