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 DE8CC138A2F for ; Mon, 18 Aug 2014 07:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EE11E0A65; Mon, 18 Aug 2014 07:02:07 +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 2EC67E0A65 for ; Mon, 18 Aug 2014 07:02:07 +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 BFC3634013C for ; Mon, 18 Aug 2014 07:02:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 8A3882004E; Mon, 18 Aug 2014 07:01:59 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: mirrorselect-2.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mirrorselect-2.2.2.ebuild ChangeLog X-VCS-Directories: app-portage/mirrorselect X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140818070200.8A3882004E@flycatcher.gentoo.org> Date: Mon, 18 Aug 2014 07:01:59 +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: d7a9405f-ee8a-4e48-a8a4-e4c9cc170240 X-Archives-Hash: feea0b34886e3aea587fa1ca0fc32b7c blueness 14/08/18 07:01:59 Modified: mirrorselect-2.2.2.ebuild ChangeLog Log: Keyword ~ppc ~ppc64, bug #509628 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.7 app-portage/mirrorselect/mirrorselect-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild?r1=1.6&r2=1.7 Index: mirrorselect-2.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mirrorselect-2.2.2.ebuild 2 Aug 2014 18:18:22 -0000 1.6 +++ mirrorselect-2.2.2.ebuild 18 Aug 2014 07:01:59 -0000 1.7 @@ -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/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 1.6 2014/08/02 18:18:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 1.7 2014/08/18 07:01:59 blueness Exp $ EAPI="5" @@ -19,7 +19,7 @@ SLOT="0" IUSE="" -KEYWORDS="alpha ~amd64 arm hppa ia64 sparc ~x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 sparc ~x86" RDEPEND=" dev-util/dialog 1.143 app-portage/mirrorselect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.142&r2=1.143 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v retrieving revision 1.142 retrieving revision 1.143 diff -u -r1.142 -r1.143 --- ChangeLog 2 Aug 2014 18:18:22 -0000 1.142 +++ ChangeLog 18 Aug 2014 07:01:59 -0000 1.143 @@ -1,6 +1,10 @@ # ChangeLog for app-portage/mirrorselect # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.142 2014/08/02 18:18:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.143 2014/08/18 07:01:59 blueness Exp $ + + 18 Aug 2014; Anthony G. Basile + mirrorselect-2.2.2.ebuild, mirrorselect-9999.ebuild: + Keyword ~ppc ~ppc64, bug #509628 02 Aug 2014; Raúl Porcel mirrorselect-2.2.2.ebuild: alpha/ia64/sparc stable wrt #513278