From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1EE64138CE6 for ; Sat, 13 Jun 2015 08:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C555EE0893; Sat, 13 Jun 2015 08:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39B93E0895 for ; Sat, 13 Jun 2015 08:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF640340B68 for ; Sat, 13 Jun 2015 08:34:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2342) id 8FD6BA5C; Sat, 13 Jun 2015 08:34:12 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: libkworkspace-4.11.19.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libkworkspace-4.11.19.ebuild ChangeLog X-VCS-Directories: kde-base/libkworkspace X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150613083412.8FD6BA5C@oystercatcher.gentoo.org> Date: Sat, 13 Jun 2015 08:34:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d64e860-a612-4992-b572-1e59c94185b2 X-Archives-Hash: d14064bc74dfce440de8ef0905e00768 zlogene 15/06/13 08:34:12 Modified: libkworkspace-4.11.19.ebuild ChangeLog Log: x86 stable wrt bug #550740 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.3 kde-base/libkworkspace/libkworkspace-4.11.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.19.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.19.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.19.ebuild?r1=1.2&r2=1.3 Index: libkworkspace-4.11.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.19.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libkworkspace-4.11.19.ebuild 12 Jun 2015 17:15:49 -0000 1.2 +++ libkworkspace-4.11.19.ebuild 13 Jun 2015 08:34:12 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.19.ebuild,v 1.2 2015/06/12 17:15:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.11.19.ebuild,v 1.3 2015/06/13 08:34:12 zlogene Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit kde4-meta DESCRIPTION="A library for KDE desktop applications" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" KMEXTRACTONLY=" 1.249 kde-base/libkworkspace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.249&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.249&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.248&r2=1.249 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v retrieving revision 1.248 retrieving revision 1.249 diff -u -r1.248 -r1.249 --- ChangeLog 12 Jun 2015 17:15:49 -0000 1.248 +++ ChangeLog 13 Jun 2015 08:34:12 -0000 1.249 @@ -1,6 +1,9 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.248 2015/06/12 17:15:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.249 2015/06/13 08:34:12 zlogene Exp $ + + 13 Jun 2015; Mikle Kolyada libkworkspace-4.11.19.ebuild: + x86 stable wrt bug #550740 12 Jun 2015; Mikle Kolyada libkworkspace-4.11.19.ebuild: amd64 stable wrt bug #550740