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 6646C1381F3 for ; Tue, 13 Nov 2012 22:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F38CAE0517; Tue, 13 Nov 2012 22:10:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C1E0E0517 for ; Tue, 13 Nov 2012 22:10:49 +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 79D5933DA23 for ; Tue, 13 Nov 2012 22:10:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 38C5420C65; Tue, 13 Nov 2012 22:10:47 +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 dev-util/buildbot-slave: buildbot-slave-0.8.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: buildbot-slave-0.8.7.ebuild ChangeLog X-VCS-Directories: dev-util/buildbot-slave X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121113221047.38C5420C65@flycatcher.gentoo.org> Date: Tue, 13 Nov 2012 22:10:47 +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: b53821c7-4956-411f-b152-82ac4352342b X-Archives-Hash: d8eea2907f169ee51538815bdc48f833 blueness 12/11/13 22:10:47 Modified: buildbot-slave-0.8.7.ebuild ChangeLog Log: stable arm, bug #441306 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.6 dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild?r1=1.5&r2=1.6 Index: buildbot-slave-0.8.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- buildbot-slave-0.8.7.ebuild 7 Nov 2012 04:47:31 -0000 1.5 +++ buildbot-slave-0.8.7.ebuild 13 Nov 2012 22:10:47 -0000 1.6 @@ -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/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.5 2012/11/07 04:47:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/buildbot-slave-0.8.7.ebuild,v 1.6 2012/11/13 22:10:47 blueness Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-interix ~amd64-linux" IUSE="test" RDEPEND="dev-python/setuptools 1.32 dev-util/buildbot-slave/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 7 Nov 2012 04:47:31 -0000 1.31 +++ ChangeLog 13 Nov 2012 22:10:47 -0000 1.32 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/buildbot-slave # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.31 2012/11/07 04:47:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/ChangeLog,v 1.32 2012/11/13 22:10:47 blueness Exp $ + + 13 Nov 2012; Anthony G. Basile + buildbot-slave-0.8.7.ebuild: + stable arm, bug #441306 07 Nov 2012; Jeroen Roovers buildbot-slave-0.8.7.ebuild: Stable for HPPA (bug #441306).