diff options
Diffstat (limited to 'kde-base/kcharselect')
-rw-r--r-- | kde-base/kcharselect/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcharselect/kcharselect-4.7.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kcharselect/ChangeLog b/kde-base/kcharselect/ChangeLog index a3788247749d..2730556d210b 100644 --- a/kde-base/kcharselect/ChangeLog +++ b/kde-base/kcharselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kcharselect -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.179 2011/12/18 19:46:21 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/ChangeLog,v 1.180 2012/01/09 15:56:59 phajdan.jr Exp $ + + 09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + kcharselect-4.7.4.ebuild: + x86 stable wrt bug #396359 18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kcharselect-4.6.5.ebuild: diff --git a/kde-base/kcharselect/kcharselect-4.7.4.ebuild b/kde-base/kcharselect/kcharselect-4.7.4.ebuild index 89c76c8aa3a3..54c640947c59 100644 --- a/kde-base/kcharselect/kcharselect-4.7.4.ebuild +++ b/kde-base/kcharselect/kcharselect-4.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-4.7.4.ebuild,v 1.1 2011/12/11 18:52:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcharselect/kcharselect-4.7.4.ebuild,v 1.2 2012/01/09 15:56:59 phajdan.jr Exp $ EAPI=4 @@ -15,5 +15,5 @@ fi inherit ${kde_eclass} DESCRIPTION="KDE character selection utility" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" |