summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-11-05 12:11:19 +0000
committerRémi Cardona <remi@gentoo.org>2009-11-05 12:11:19 +0000
commit3af455386de0f761550dcea8d697d535eb2366c0 (patch)
treec329718999e5108b9ef308297afa492c5bacf29c /x11-drivers
parentx11-drivers/xf86-input-wacom: first official release, import from the x11 ove... (diff)
downloadgentoo-2-3af455386de0f761550dcea8d697d535eb2366c0.tar.gz
gentoo-2-3af455386de0f761550dcea8d697d535eb2366c0.tar.bz2
gentoo-2-3af455386de0f761550dcea8d697d535eb2366c0.zip
x11-drivers/xf86-input-wacom: add ppc keywords since the older driver used to work on those arches
(Portage version: 2.2_rc48/cvs/Linux i686)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-wacom/ChangeLog6
-rw-r--r--x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-wacom/ChangeLog b/x11-drivers/xf86-input-wacom/ChangeLog
index 7a06b348037c..7243f704d933 100644
--- a/x11-drivers/xf86-input-wacom/ChangeLog
+++ b/x11-drivers/xf86-input-wacom/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-wacom
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.1 2009/11/05 12:02:20 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.2 2009/11/05 12:11:19 remi Exp $
+
+ 05 Nov 2009; Rémi Cardona <remi@gentoo.org>
+ xf86-input-wacom-0.10.0.ebuild:
+ add ppc keywords since the older driver used to work on those arches
*xf86-input-wacom-0.10.0 (05 Nov 2009)
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild
index 1321c3c8ffb8..46b4f148993a 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild,v 1.1 2009/11/05 12:02:20 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild,v 1.2 2009/11/05 12:11:19 remi Exp $
inherit x-modular
@@ -10,7 +10,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/~whot/xf86-input-wacom"
[[ ${PV} != 9999* ]] && \
SRC_URI="http://people.freedesktop.org/~whot/${PN}/${P}.tar.bz2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND=">=x11-base/xorg-server-1.6"