diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-17 07:51:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-17 07:51:48 +0000 |
commit | fecc7ef396b57cbd76c6ed150af92b2fe01c7c99 (patch) | |
tree | afe8cdd498aa1a00c14fb9ce218c1c7c853efce9 /x11-drivers/xf86-input-wacom | |
parent | Stable for ia64, wrt bug #500368 (diff) | |
download | gentoo-2-fecc7ef396b57cbd76c6ed150af92b2fe01c7c99.tar.gz gentoo-2-fecc7ef396b57cbd76c6ed150af92b2fe01c7c99.tar.bz2 gentoo-2-fecc7ef396b57cbd76c6ed150af92b2fe01c7c99.zip |
Stable for ia64, wrt bug #500368
(Portage version: 2.2.8-r1/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.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 |