diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-10 11:51:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-10 11:51:04 +0000 |
commit | 6b680668d8d9af0ce051177e2279df3d57640365 (patch) | |
tree | 1449f1f450a227f41c5bfafcaa8aadbd3821e7d7 /kde-base/kioclient | |
parent | Remove stale socket on start up - bug #355443. Thanks to Alexey Lapitsky (diff) | |
download | historical-6b680668d8d9af0ce051177e2279df3d57640365.tar.gz historical-6b680668d8d9af0ce051177e2279df3d57640365.tar.bz2 historical-6b680668d8d9af0ce051177e2279df3d57640365.zip |
Stable on amd64 wrt bug #369979
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
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" |