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 976A8138E66 for ; Sun, 23 Feb 2014 09:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A08E7E0A6C; Sun, 23 Feb 2014 09:07:53 +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 68725E0A63 for ; Sun, 23 Feb 2014 09:07:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9403833F916 for ; Sun, 23 Feb 2014 09:07:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id E87B020057; Sun, 23 Feb 2014 09:07:49 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/killbots: killbots-4.11.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: killbots-4.11.5.ebuild ChangeLog X-VCS-Directories: kde-base/killbots X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140223090749.E87B020057@flycatcher.gentoo.org> Date: Sun, 23 Feb 2014 09:07:49 +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: cb6cf609-bb93-4532-a21b-aee389bf884f X-Archives-Hash: 9c40f3f42419d97622d6010e9e536c9b ago 14/02/23 09:07:49 Modified: killbots-4.11.5.ebuild ChangeLog Log: Stable for ppc64, wrt bug #493782 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F) Revision Changes Path 1.6 kde-base/killbots/killbots-4.11.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/killbots/killbots-4.11.5.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/killbots/killbots-4.11.5.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/killbots/killbots-4.11.5.ebuild?r1=1.5&r2=1.6 Index: killbots-4.11.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/killbots/killbots-4.11.5.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- killbots-4.11.5.ebuild 20 Feb 2014 09:27:39 -0000 1.5 +++ killbots-4.11.5.ebuild 23 Feb 2014 09:07:49 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/killbots-4.11.5.ebuild,v 1.5 2014/02/20 09:27:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/killbots-4.11.5.ebuild,v 1.6 2014/02/23 09:07:49 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="Kill the bots or they kill you!" HOMEPAGE="http://www.kde.org/applications/games/killbots/" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND="$(add_kdebase_dep libkdegames)" 1.187 kde-base/killbots/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/killbots/ChangeLog?rev=1.187&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/killbots/ChangeLog?rev=1.187&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/killbots/ChangeLog?r1=1.186&r2=1.187 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v retrieving revision 1.186 retrieving revision 1.187 diff -u -r1.186 -r1.187 --- ChangeLog 20 Feb 2014 09:27:39 -0000 1.186 +++ ChangeLog 23 Feb 2014 09:07:49 -0000 1.187 @@ -1,6 +1,9 @@ # ChangeLog for kde-base/killbots # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.186 2014/02/20 09:27:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.187 2014/02/23 09:07:49 ago Exp $ + + 23 Feb 2014; Agostino Sarubbo killbots-4.11.5.ebuild: + Stable for ppc64, wrt bug #493782 20 Feb 2014; Agostino Sarubbo killbots-4.11.5.ebuild: Stable for ppc, wrt bug #493782