diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 08:37:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-24 08:37:55 +0000 |
commit | b13283b4be5e0334704eb4efed8a7ec38fd1cbca (patch) | |
tree | a37e032a3312a74e040479550d309e479e6ebde0 /x11-drivers | |
parent | Stable for alpha, wrt bug #530652 (diff) | |
download | gentoo-2-b13283b4be5e0334704eb4efed8a7ec38fd1cbca.tar.gz gentoo-2-b13283b4be5e0334704eb4efed8a7ec38fd1cbca.tar.bz2 gentoo-2-b13283b4be5e0334704eb4efed8a7ec38fd1cbca.zip |
Stable for alpha, 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')
-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 1bb936f122a2..7a3dfad073ac 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.94 2015/02/23 10:45:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.95 2015/02/24 08:37:55 ago Exp $ + + 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.24.0.ebuild: + Stable for alpha, wrt bug #530652 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.24.0.ebuild: Stable for sparc, 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 1016eb577b7e..8f0a9f5d1997 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.8 2015/02/23 10:45:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.24.0.ebuild,v 1.9 2015/02/24 08:37:55 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 |