diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 16:31:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 16:31:29 +0000 |
commit | 1c6367327c41c718278b06e008609439ae524bb4 (patch) | |
tree | 83928cf27efb4b2ea9de071c462c0e9943e72c5e /x11-drivers/xf86-input-wacom | |
parent | Stable for HPPA (bug #443478). (diff) | |
download | gentoo-2-1c6367327c41c718278b06e008609439ae524bb4.tar.gz gentoo-2-1c6367327c41c718278b06e008609439ae524bb4.tar.bz2 gentoo-2-1c6367327c41c718278b06e008609439ae524bb4.zip |
Stable for amd64, wrt bug #440872
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-input-wacom')
-rw-r--r-- | x11-drivers/xf86-input-wacom/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-wacom/xf86-input-wacom-0.17.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-wacom/ChangeLog b/x11-drivers/xf86-input-wacom/ChangeLog index 52859fc20ae2..43fc98ed448a 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.62 2012/10/31 22:50:11 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.63 2012/11/16 16:31:29 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> + xf86-input-wacom-0.17.0.ebuild: + Stable for amd64, wrt bug #440872 *xf86-input-wacom-0.18.0 (31 Oct 2012) diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.17.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.17.0.ebuild index 74b9664ffa00..7ca2b36e855c 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.17.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.17.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.17.0.ebuild,v 1.1 2012/09/29 15:11:51 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.17.0.ebuild,v 1.2 2012/11/16 16:31:29 ago 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 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="debug" RDEPEND=">=x11-base/xorg-server-1.7 |