diff options
author | Brent Baude <ranger@gentoo.org> | 2012-07-11 19:39:58 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-07-11 19:39:58 +0000 |
commit | 7f62873c6963e64c57161fb34c4ff2611294f8e8 (patch) | |
tree | 8b93354dae881c5d4a0eb5aff4e6a0379561d2e1 /x11-drivers/xf86-input-wacom | |
parent | Fix CVS keyword substitution in patch file (diff) | |
download | gentoo-2-7f62873c6963e64c57161fb34c4ff2611294f8e8.tar.gz gentoo-2-7f62873c6963e64c57161fb34c4ff2611294f8e8.tar.bz2 gentoo-2-7f62873c6963e64c57161fb34c4ff2611294f8e8.zip |
Marking xf86-input-wacom-0.14.0 ppc64 for bug 419473
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Diffstat (limited to 'x11-drivers/xf86-input-wacom')
-rw-r--r-- | x11-drivers/xf86-input-wacom/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-wacom/ChangeLog b/x11-drivers/xf86-input-wacom/ChangeLog index 48bef702b6d8..fa48bcad7ccb 100644 --- a/x11-drivers/xf86-input-wacom/ChangeLog +++ b/x11-drivers/xf86-input-wacom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-wacom # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.56 2012/07/09 18:37:12 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.57 2012/07/11 19:39:58 ranger Exp $ + + 11 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-input-wacom-0.14.0.ebuild: + Marking xf86-input-wacom-0.14.0 ppc64 stable for bug 419473 09 Jul 2012; Mike Auty <ikelos@gentoo.org> xf86-input-wacom-0.11.0.ebuild, xf86-input-wacom-0.11.1.ebuild, xf86-input-wacom-0.13.0.ebuild, diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild index 9faaedf2e4ef..4b41555c151e 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.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-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild,v 1.4 2012/07/09 18:37:12 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.14.0.ebuild,v 1.5 2012/07/11 19:39:58 ranger Exp $ EAPI=4 @@ -13,7 +13,7 @@ EGIT_REPO_URI="git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/${PN}" [[ ${PV} != 9999* ]] && \ SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="debug" RDEPEND=">=x11-base/xorg-server-1.7 |