diff options
author | 2013-12-01 13:35:27 +0000 | |
---|---|---|
committer | 2013-12-01 13:35:27 +0000 | |
commit | 38a79f57c8e81c93e68353140747e680e506280e (patch) | |
tree | 6a5b06afaca446438b6bf9ae28e92498e004b68c /kde-misc/wacomtablet | |
parent | Version bump. Remove old (diff) | |
download | gentoo-2-38a79f57c8e81c93e68353140747e680e506280e.tar.gz gentoo-2-38a79f57c8e81c93e68353140747e680e506280e.tar.bz2 gentoo-2-38a79f57c8e81c93e68353140747e680e506280e.zip |
Fix tests.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/wacomtablet')
-rw-r--r-- | kde-misc/wacomtablet/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/wacomtablet/wacomtablet-2.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/kde-misc/wacomtablet/ChangeLog b/kde-misc/wacomtablet/ChangeLog index 5fd296893455..d9b0c5b0da59 100644 --- a/kde-misc/wacomtablet/ChangeLog +++ b/kde-misc/wacomtablet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/wacomtablet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.14 2013/06/14 21:19:06 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/ChangeLog,v 1.15 2013/12/01 13:35:27 johu Exp $ + + 01 Dec 2013; Johannes Huber <johu@gentoo.org> wacomtablet-2.0.ebuild: + Fix tests. *wacomtablet-2.0 (14 Jun 2013) diff --git a/kde-misc/wacomtablet/wacomtablet-2.0.ebuild b/kde-misc/wacomtablet/wacomtablet-2.0.ebuild index 1919ca274041..61ae7f1f4f48 100644 --- a/kde-misc/wacomtablet/wacomtablet-2.0.ebuild +++ b/kde-misc/wacomtablet/wacomtablet-2.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-2.0.ebuild,v 1.1 2013/06/14 21:19:06 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/wacomtablet/wacomtablet-2.0.ebuild,v 1.2 2013/12/01 13:35:27 johu Exp $ EAPI=5 KDE_LINGUAS="bs ca cs da de el en_GB eo es et fi fr ga gl hu ja kk km lt mai mr nb nds nl pa pl pt pt_BR ro sk sl sv tr ug uk zh_CN zh_TW" KDE_HANDBOOK="optional" +VIRTUALX_REQUIRED="test" inherit kde4-base DESCRIPTION="KControl module for wacom tablets" |