diff options
Diffstat (limited to 'kde-base/kioclient')
-rw-r--r-- | kde-base/kioclient/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kioclient/kioclient-4.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kioclient/ChangeLog b/kde-base/kioclient/ChangeLog index b550fc8b1dad..da21d2fd7f4c 100644 --- a/kde-base/kioclient/ChangeLog +++ b/kde-base/kioclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kioclient # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/ChangeLog,v 1.85 2011/06/08 22:37:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/ChangeLog,v 1.86 2011/06/10 11:50:41 hwoarang Exp $ + + 10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kioclient-4.6.3.ebuild: + Stable on amd64 wrt bug #369979 08 Jun 2011; Thomas Kahle <tomka@gentoo.org> kioclient-4.6.3.ebuild: x86 stable per bug 369979 diff --git a/kde-base/kioclient/kioclient-4.6.3.ebuild b/kde-base/kioclient/kioclient-4.6.3.ebuild index 16569bce0594..e907e46cb78d 100644 --- a/kde-base/kioclient/kioclient-4.6.3.ebuild +++ b/kde-base/kioclient/kioclient-4.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/kioclient-4.6.3.ebuild,v 1.2 2011/06/08 22:37:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/kioclient-4.6.3.ebuild,v 1.3 2011/06/10 11:50:41 hwoarang Exp $ EAPI=4 @@ -8,5 +8,5 @@ KMNAME="kdebase-runtime" inherit kde4-meta DESCRIPTION="Command-line tool for network-transparent operations" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug" |