diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 10:31:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-05-21 10:31:01 +0000 |
commit | 90bf852c7a27139fffedff0d7e743e9f2fc7890e (patch) | |
tree | 9b8760ff035c2e4828c0d2cba678b5555c3cbc02 /kde-misc | |
parent | Stable for amd64, wrt bug #549628 (diff) | |
download | gentoo-2-90bf852c7a27139fffedff0d7e743e9f2fc7890e.tar.gz gentoo-2-90bf852c7a27139fffedff0d7e743e9f2fc7890e.tar.bz2 gentoo-2-90bf852c7a27139fffedff0d7e743e9f2fc7890e.zip |
Stable for amd64, wrt bug #549770
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kcm-touchpad/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/kcm-touchpad/ChangeLog b/kde-misc/kcm-touchpad/ChangeLog index c36ef20d3b8d..53e0ac6ba11c 100644 --- a/kde-misc/kcm-touchpad/ChangeLog +++ b/kde-misc/kcm-touchpad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kcm-touchpad -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-touchpad/ChangeLog,v 1.2 2014/12/08 12:48:27 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-touchpad/ChangeLog,v 1.3 2015/05/21 10:31:01 ago Exp $ + + 21 May 2015; Agostino Sarubbo <ago@gentoo.org> kcm-touchpad-1.1.ebuild: + Stable for amd64, wrt bug #549770 08 Dec 2014; Pacho Ramos <pacho@gentoo.org> kcm-touchpad-1.1.ebuild: Keyword on x86 (#525452) diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild index ce7006d27085..5039f0c5e49e 100644 --- a/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild +++ b/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild,v 1.2 2014/12/08 12:48:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild,v 1.3 2015/05/21 10:31:01 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]]; then else SRC_URI="http://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz" S=${WORKDIR}/${PN} - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2+" SLOT="4" |