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 EED4D13877A for ; Tue, 29 Jul 2014 21:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D130DE0839; Tue, 29 Jul 2014 21:49:52 +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 45B04E0839 for ; Tue, 29 Jul 2014 21:49:52 +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 238B234010E for ; Tue, 29 Jul 2014 21:49:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id C1D922004E; Tue, 29 Jul 2014 21:49:46 +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-python/ndg-httpsclient: ndg-httpsclient-0.3.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ndg-httpsclient-0.3.2.ebuild ChangeLog X-VCS-Directories: dev-python/ndg-httpsclient X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140729214947.C1D922004E@flycatcher.gentoo.org> Date: Tue, 29 Jul 2014 21:49:46 +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: 481e0cb7-28bc-479c-8ead-00c7a50fb808 X-Archives-Hash: 9875beca1d80a547a338bc727520ec24 blueness 14/07/29 21:49:46 Modified: ndg-httpsclient-0.3.2.ebuild ChangeLog Log: Keyword ~mips (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.9 dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild?r1=1.8&r2=1.9 Index: ndg-httpsclient-0.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ndg-httpsclient-0.3.2.ebuild 20 Jul 2014 12:15:35 -0000 1.8 +++ ndg-httpsclient-0.3.2.ebuild 29 Jul 2014 21:49:46 -0000 1.9 @@ -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/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.8 2014/07/20 12:15:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.9 2014/07/29 21:49:46 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~x86" IUSE="" RDEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]" 1.9 dev-python/ndg-httpsclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 20 Jul 2014 12:15:35 -0000 1.8 +++ ChangeLog 29 Jul 2014 21:49:46 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ndg-httpsclient # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.8 2014/07/20 12:15:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ChangeLog,v 1.9 2014/07/29 21:49:46 blueness Exp $ + + 29 Jul 2014; Anthony G. Basile + ndg-httpsclient-0.3.2.ebuild: + Keyword ~mips 20 Jul 2014; Tobias Klausmann ndg-httpsclient-0.3.2.ebuild: