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 AF3ED138010 for ; Wed, 17 Oct 2012 18:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA0A6E0160; Wed, 17 Oct 2012 18:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 44E95E0160 for ; Wed, 17 Oct 2012 18:41:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D08933D383 for ; Wed, 17 Oct 2012 18:41:32 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2192) id 4821F21600; Wed, 17 Oct 2012 18:41:31 +0000 (UTC) From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kiconfinder: ChangeLog kiconfinder-4.9.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog kiconfinder-4.9.2.ebuild X-VCS-Directories: kde-base/kiconfinder X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121017184131.4821F21600@flycatcher.gentoo.org> Date: Wed, 17 Oct 2012 18:41:31 +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: ad0b3c1f-36b7-4014-9932-0040638154ea X-Archives-Hash: 5aecfc3c1e31bf5e3c98309d260eeeb7 maekke 12/10/17 18:41:31 Modified: ChangeLog kiconfinder-4.9.2.ebuild Log: add ~arm, bug #430072 (Portage version: 2.1.11.25/cvs/Linux x86_64) Revision Changes Path 1.126 kde-base/kiconfinder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kiconfinder/ChangeLog?rev=1.126&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kiconfinder/ChangeLog?rev=1.126&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kiconfinder/ChangeLog?r1=1.125&r2=1.126 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/kiconfinder/ChangeLog,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- ChangeLog 2 Oct 2012 18:11:39 -0000 1.125 +++ ChangeLog 17 Oct 2012 18:41:31 -0000 1.126 @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kiconfinder # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconfinder/ChangeLog,v 1.125 2012/10/02 18:11:39 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconfinder/ChangeLog,v 1.126 2012/10/17 18:41:31 maekke Exp $ + + 17 Oct 2012; Markus Meier kiconfinder-4.9.2.ebuild: + add ~arm, bug #430072 *kiconfinder-4.9.2 (02 Oct 2012) 1.2 kde-base/kiconfinder/kiconfinder-4.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kiconfinder/kiconfinder-4.9.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kiconfinder/kiconfinder-4.9.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kiconfinder/kiconfinder-4.9.2.ebuild?r1=1.1&r2=1.2 Index: kiconfinder-4.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-base/kiconfinder/kiconfinder-4.9.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kiconfinder-4.9.2.ebuild 2 Oct 2012 18:11:39 -0000 1.1 +++ kiconfinder-4.9.2.ebuild 17 Oct 2012 18:41:31 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconfinder/kiconfinder-4.9.2.ebuild,v 1.1 2012/10/02 18:11:39 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kiconfinder/kiconfinder-4.9.2.ebuild,v 1.2 2012/10/17 18:41:31 maekke Exp $ EAPI=4 @@ -8,5 +8,5 @@ inherit kde4-meta DESCRIPTION="Finds an icon based on its name" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="debug"