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 8806B138200 for ; Mon, 20 May 2013 08:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E109FE091F; Mon, 20 May 2013 08:41:58 +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 67592E091F for ; Mon, 20 May 2013 08:41:58 +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 7F30F33E5AA for ; Mon, 20 May 2013 08:41:57 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 3E6BD2171D; Mon, 20 May 2013 08:41:56 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/geoip-python: geoip-python-1.2.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: geoip-python-1.2.8.ebuild ChangeLog X-VCS-Directories: dev-python/geoip-python X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130520084156.3E6BD2171D@flycatcher.gentoo.org> Date: Mon, 20 May 2013 08:41:56 +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: 27489395-6be1-4537-afb2-24c14a4adcb1 X-Archives-Hash: 0fec8f07cca79caf08b149584df53832 ago 13/05/20 08:41:56 Modified: geoip-python-1.2.8.ebuild ChangeLog Log: Stable for x86, wrt bug #470450 (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F) Revision Changes Path 1.3 dev-python/geoip-python/geoip-python-1.2.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8.ebuild?r1=1.2&r2=1.3 Index: geoip-python-1.2.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- geoip-python-1.2.8.ebuild 19 May 2013 10:15:07 -0000 1.2 +++ geoip-python-1.2.8.ebuild 20 May 2013 08:41:56 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8.ebuild,v 1.2 2013/05/19 10:15:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.2.8.ebuild,v 1.3 2013/05/20 08:41:56 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-libs/geoip-1.4.8" 1.30 dev-python/geoip-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 19 May 2013 10:15:07 -0000 1.29 +++ ChangeLog 20 May 2013 08:41:56 -0000 1.30 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/geoip-python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.29 2013/05/19 10:15:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.30 2013/05/20 08:41:56 ago Exp $ + + 20 May 2013; Agostino Sarubbo geoip-python-1.2.8.ebuild: + Stable for x86, wrt bug #470450 19 May 2013; Agostino Sarubbo geoip-python-1.2.8.ebuild: Stable for amd64, wrt bug #470450