diff options
Diffstat (limited to 'kde-base/katepart')
-rw-r--r-- | kde-base/katepart/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/katepart/katepart-4.14.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-base/katepart/ChangeLog b/kde-base/katepart/ChangeLog index a43e05e39c59..18c5620a49c2 100644 --- a/kde-base/katepart/ChangeLog +++ b/kde-base/katepart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/katepart -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.155 2014/12/11 15:44:59 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/ChangeLog,v 1.156 2015/02/14 14:35:12 ago Exp $ + + 14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> katepart-4.14.3.ebuild: + Stable for x86 wrt bug #517344 11 Dec 2014; Manuel Rüger <mrueg@gentoo.org> -katepart-4.14.2.ebuild: Remove KDE SC 4.14.2 diff --git a/kde-base/katepart/katepart-4.14.3.ebuild b/kde-base/katepart/katepart-4.14.3.ebuild index 3db5131e743d..2240999fcad3 100644 --- a/kde-base/katepart/katepart-4.14.3.ebuild +++ b/kde-base/katepart/katepart-4.14.3.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-base/katepart/katepart-4.14.3.ebuild,v 1.2 2014/12/11 12:06:26 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.14.3.ebuild,v 1.3 2015/02/14 14:35:12 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit kde4-meta DESCRIPTION="KDE Editor KPart" HOMEPAGE+=" http://kate-editor.org/about-katepart/" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" RESTRICT="test" |