summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2006-01-07 18:50:39 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2006-01-07 18:50:39 +0000
commitc813ccc22cad63d1c296753bfdef37f1d7f1ff38 (patch)
treee554cdf8426b6123db604628f0fd134933696d2d /x11-apps/xev
parentQA: need-qt() needs to be called after R/DEPEND. (diff)
downloadhistorical-c813ccc22cad63d1c296753bfdef37f1d7f1ff38.tar.gz
historical-c813ccc22cad63d1c296753bfdef37f1d7f1ff38.tar.bz2
historical-c813ccc22cad63d1c296753bfdef37f1d7f1ff38.zip
Add ~ppc keyword
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-apps/xev')
-rw-r--r--x11-apps/xev/ChangeLog7
-rw-r--r--x11-apps/xev/Manifest4
-rw-r--r--x11-apps/xev/xev-1.0.1.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-apps/xev/ChangeLog b/x11-apps/xev/ChangeLog
index bdc4dc0cde57..fbd5146be8bf 100644
--- a/x11-apps/xev/ChangeLog
+++ b/x11-apps/xev/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xev
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.10 2005/12/26 21:06:49 joshuabaergen Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/ChangeLog,v 1.11 2006/01/07 18:50:39 nixnut Exp $
+
+ 07 Jan 2006; <nixnut@gentoo.org> xev-1.0.1.ebuild:
+ Add ~ppc keyword
26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> -xev-0.99.2.ebuild,
-xev-1.0.0.ebuild:
diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest
index 70f9291c28b4..78adf17ae3a8 100644
--- a/x11-apps/xev/Manifest
+++ b/x11-apps/xev/Manifest
@@ -1,4 +1,4 @@
-MD5 bfd3b207d466b69a93e0c9a3ac139601 ChangeLog 1352
+MD5 cfe04cb00467aefb40507a524fc442bc ChangeLog 1418
MD5 929e4cd718ef4d5af75b6e127712e38e files/digest-xev-1.0.1 61
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
-MD5 d86dc4896e51ff9251d4c5b6729d9e0c xev-1.0.1.ebuild 427
+MD5 24006de4b3201b244e61fc7f00be8558 xev-1.0.1.ebuild 429
diff --git a/x11-apps/xev/xev-1.0.1.ebuild b/x11-apps/xev/xev-1.0.1.ebuild
index c04145c47dd1..4e5506366e73 100644
--- a/x11-apps/xev/xev-1.0.1.ebuild
+++ b/x11-apps/xev/xev-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.1.ebuild,v 1.1 2005/12/23 10:36:23 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xev/xev-1.0.1.ebuild,v 1.2 2006/01/07 18:50:39 nixnut Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,6 +8,6 @@
inherit x-modular
DESCRIPTION="X.Org xev application"
-KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"