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 164B413877A for ; Thu, 24 Jul 2014 22:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36DA6E13CA; Thu, 24 Jul 2014 22:33:59 +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 F1C55E101B for ; Thu, 24 Jul 2014 22:31:15 +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 336AB3405D3 for ; Wed, 23 Jul 2014 12:40:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id EA0F42004E; Wed, 23 Jul 2014 12:40:45 +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 net-libs/stem: stem-1.2.2.ebuild stem-1.2.2_p20140718.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: stem-1.2.2.ebuild stem-1.2.2_p20140718.ebuild ChangeLog X-VCS-Directories: net-libs/stem X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140723124045.EA0F42004E@flycatcher.gentoo.org> Date: Wed, 23 Jul 2014 12:40:45 +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: a4fd9b9c-5d0b-4439-a63b-dd011a7cc320 X-Archives-Hash: 39365f9450175837de345939a1f71f8c blueness 14/07/23 12:40:45 Modified: stem-1.2.2.ebuild stem-1.2.2_p20140718.ebuild ChangeLog Log: Keyword ~ppc and ~ppc64, bug #517838 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.2 net-libs/stem/stem-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.2.2.ebuild?r1=1.1&r2=1.2 Index: stem-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/stem/stem-1.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stem-1.2.2.ebuild 22 Jul 2014 20:56:10 -0000 1.1 +++ stem-1.2.2.ebuild 23 Jul 2014 12:40:45 -0000 1.2 @@ -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/net-libs/stem/stem-1.2.2.ebuild,v 1.1 2014/07/22 20:56:10 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/stem-1.2.2.ebuild,v 1.2 2014/07/23 12:40:45 blueness Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="test" DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] ) 1.2 net-libs/stem/stem-1.2.2_p20140718.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.2.2_p20140718.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.2.2_p20140718.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/stem-1.2.2_p20140718.ebuild?r1=1.1&r2=1.2 Index: stem-1.2.2_p20140718.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/stem/stem-1.2.2_p20140718.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stem-1.2.2_p20140718.ebuild 22 Jul 2014 23:29:32 -0000 1.1 +++ stem-1.2.2_p20140718.ebuild 23 Jul 2014 12:40:45 -0000 1.2 @@ -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/net-libs/stem/stem-1.2.2_p20140718.ebuild,v 1.1 2014/07/22 23:29:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/stem-1.2.2_p20140718.ebuild,v 1.2 2014/07/23 12:40:45 blueness Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) @@ -14,7 +14,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="test" DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] ) 1.3 net-libs/stem/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/stem/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 22 Jul 2014 23:29:32 -0000 1.2 +++ ChangeLog 23 Jul 2014 12:40:45 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/stem # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v 1.2 2014/07/22 23:29:32 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/stem/ChangeLog,v 1.3 2014/07/23 12:40:45 blueness Exp $ + + 23 Jul 2014; Anthony G. Basile stem-1.2.2.ebuild, + stem-1.2.2_p20140718.ebuild: + Keyword ~ppc and ~ppc64, bug #517838 *stem-1.2.2_p20140718 (22 Jul 2014)