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 D5DC7138CCF for ; Sat, 16 May 2015 04:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B539E081A; Sat, 16 May 2015 04:16:47 +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 A0F44E081A for ; Sat, 16 May 2015 04:16:46 +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 8A392340C83 for ; Sat, 16 May 2015 04:16:45 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 5E7409ED; Sat, 16 May 2015 04:16:43 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oslo-sphinx: oslo-sphinx-2.5.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oslo-sphinx-2.5.0.ebuild ChangeLog X-VCS-Directories: dev-python/oslo-sphinx X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150516041643.5E7409ED@oystercatcher.gentoo.org> Date: Sat, 16 May 2015 04:16:43 +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: fd0158ad-72d7-46fb-afc8-c609cc0ce246 X-Archives-Hash: 63763c653b0335a5e443a87264fda5db jer 15/05/16 04:16:43 Modified: oslo-sphinx-2.5.0.ebuild ChangeLog Log: Mark ~ppc64 (bug #549232). (Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.2 dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild?r1=1.1&r2=1.2 Index: oslo-sphinx-2.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oslo-sphinx-2.5.0.ebuild 25 Mar 2015 18:29:52 -0000 1.1 +++ oslo-sphinx-2.5.0.ebuild 16 May 2015 04:16:43 -0000 1.2 @@ -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/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild,v 1.1 2015/03/25 18:29:52 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-2.5.0.ebuild,v 1.2 2015/05/16 04:16:43 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -16,7 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" # NOTE: dev-python/hacking is unecessary as there are no tests 1.13 dev-python/oslo-sphinx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-sphinx/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 Apr 2015 06:17:59 -0000 1.12 +++ ChangeLog 16 May 2015 04:16:43 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/oslo-sphinx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v 1.12 2015/04/16 06:17:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v 1.13 2015/05/16 04:16:43 jer Exp $ + + 16 May 2015; Jeroen Roovers oslo-sphinx-2.5.0.ebuild: + Mark ~ppc64 (bug #549232). 16 Apr 2015; Michał Górny -oslo-sphinx-2.1.0.ebuild, -oslo-sphinx-2.2.0.ebuild: