diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 08:52:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 08:52:34 +0000 |
commit | d59ad72e26f55396bde75908d4a805dcb5fec3f1 (patch) | |
tree | e8808793d7a632705c4359d334427f787d656fc3 /x11-drivers/xf86-input-wacom | |
parent | Stable for x86, wrt bug #530652 (diff) | |
download | gentoo-2-d59ad72e26f55396bde75908d4a805dcb5fec3f1.tar.gz gentoo-2-d59ad72e26f55396bde75908d4a805dcb5fec3f1.tar.bz2 gentoo-2-d59ad72e26f55396bde75908d4a805dcb5fec3f1.zip |
Stable for x86, wrt bug #530652
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
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.24.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 69a6ba2be89a..61dccea4812e 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.89 2015/02/18 15:57:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.90 2015/02/19 08:52:34 ago Exp $ + + 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.24.0.ebuild: + Stable for x86, wrt bug #530652 18 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.24.0.ebuild: Stable for amd64, wrt bug #530652 diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.24.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.24.0.ebuild index 18a3f44545f0..25de2ac5bf37 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.24.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.24.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.24.0.ebuild,v 1.3 2015/02/18 15:57:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.24.0.ebuild,v 1.4 2015/02/19 08:52:34 ago Exp $ EAPI=5 @@ -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="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug" # depend on libwacom for its udev rules, bug #389633 |