diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-11 13:05:57 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-11 13:05:57 +0000 |
commit | 308557245eddf3944c66fdbdbd0862d1b83fe8f5 (patch) | |
tree | 964ace3bb28e20950dd5ec00c46a539ec627f4a3 /kde-base/kcharselect | |
parent | Dev channel bump. Remove old. (diff) | |
download | gentoo-2-308557245eddf3944c66fdbdbd0862d1b83fe8f5.tar.gz gentoo-2-308557245eddf3944c66fdbdbd0862d1b83fe8f5.tar.bz2 gentoo-2-308557245eddf3944c66fdbdbd0862d1b83fe8f5.zip |
amd64 stable wrt bug #517344
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.14.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index 6c807902a81d..11b29f537bdd 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcharselect # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.307 2014/11/16 12:21:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.308 2014/12/11 13:05:54 zlogene Exp $ + + 11 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> kcharselect-4.14.3.ebuild: + amd64 stable wrt bug #517344 *kcharselect-4.14.3 (16 Nov 2014) diff --git a/kde-base/kcharselect/kcharselect-4.14.3.ebuild b/kde-base/kcharselect/kcharselect-4.14.3.ebuild index 7a13d2bf2a60..a27785570495 100644 --- a/kde-base/kcharselect/kcharselect-4.14.3.ebuild +++ b/kde-base/kcharselect/kcharselect-4.14.3.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/kde-base/kcharselect/kcharselect-4.14.3.ebuild,v 1.1 2014/11/16 12:21:23 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-4.14.3.ebuild,v 1.2 2014/12/11 13:05:54 zlogene Exp $ EAPI=5 @@ -10,5 +10,5 @@ inherit kde4-base DESCRIPTION="KDE character selection utility" HOMEPAGE="http://www.kde.org/applications/utilities/kcharselect http://utils.kde.org/projects/kcharselect" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" |