diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-22 18:18:45 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-22 18:18:45 +0100 |
commit | 1265c132a6db531270122cc4dcdeccf52564f716 (patch) | |
tree | 38ca80c75363b53eca2d6830566a79e592ab5ec0 /x11-drivers | |
parent | x11-drivers/xf86-input-libinput: sparc stable wrt bug #579266 (diff) | |
download | gentoo-1265c132a6db531270122cc4dcdeccf52564f716.tar.gz gentoo-1265c132a6db531270122cc4dcdeccf52564f716.tar.bz2 gentoo-1265c132a6db531270122cc4dcdeccf52564f716.zip |
x11-drivers/xf86-input-wacom: sparc stable wrt bug #579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild index ac398751091a..a7fe1f6fda77 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.33.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/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 |