diff options
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.23.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 b33825812e4a..57dcf20ce97f 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.83 2014/04/16 07:44:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/ChangeLog,v 1.84 2014/04/17 07:51:48 ago Exp $ + + 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.23.0.ebuild: + Stable for ia64, wrt bug #500368 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xf86-input-wacom-0.23.0.ebuild: Stable for ppc64, wrt bug #500368 diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild index 8401e6ade1d0..35557ab51687 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.23.0.ebuild,v 1.5 2014/04/16 07:44:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.23.0.ebuild,v 1.6 2014/04/17 07:51:48 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 |