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 F09FB1381F3 for ; Sun, 19 May 2013 21:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97FDCE0928; Sun, 19 May 2013 21:29:18 +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 1D04AE0928 for ; Sun, 19 May 2013 21:29:18 +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 3A51933E42C for ; Sun, 19 May 2013 21:29:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id E07B52171D; Sun, 19 May 2013 21:29:15 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mimeparse: ChangeLog mimeparse-0.1.4-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog mimeparse-0.1.4-r1.ebuild X-VCS-Directories: dev-python/mimeparse X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130519212915.E07B52171D@flycatcher.gentoo.org> Date: Sun, 19 May 2013 21:29:15 +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: 187d7b6b-be10-4cf6-87c5-64ad55474cd0 X-Archives-Hash: 319f04a49725aef2fed9f5ac35255b7d aballier 13/05/19 21:29:15 Modified: ChangeLog mimeparse-0.1.4-r1.ebuild Log: keyword ~amd64-fbsd, bug #468268 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.13 dev-python/mimeparse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/mimeparse/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 7 May 2013 14:27:52 -0000 1.12 +++ ChangeLog 19 May 2013 21:29:15 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/mimeparse # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mimeparse/ChangeLog,v 1.12 2013/05/07 14:27:52 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mimeparse/ChangeLog,v 1.13 2013/05/19 21:29:15 aballier Exp $ + + 19 May 2013; Alexis Ballier mimeparse-0.1.4-r1.ebuild: + keyword ~amd64-fbsd, bug #468268 07 May 2013; Naohiro Aota mimeparse-0.1.4-r1.ebuild: Add ~x86-fbsd #468268 1.4 dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild?r1=1.3&r2=1.4 Index: mimeparse-0.1.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mimeparse-0.1.4-r1.ebuild 7 May 2013 14:27:52 -0000 1.3 +++ mimeparse-0.1.4-r1.ebuild 19 May 2013 21:29:15 -0000 1.4 @@ -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/mimeparse/mimeparse-0.1.4-r1.ebuild,v 1.3 2013/05/07 14:27:52 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild,v 1.4 2013/05/19 21:29:15 aballier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}"