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 35A35138010 for ; Mon, 1 Oct 2012 01:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C5E321C00B; Mon, 1 Oct 2012 01:09:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0B6E21C00B for ; Mon, 1 Oct 2012 01:09:28 +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 30F5E33D748 for ; Mon, 1 Oct 2012 01:09:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id EFF6F21600; Mon, 1 Oct 2012 01:09:26 +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 net-libs/libmicrohttpd: libmicrohttpd-0.9.22.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libmicrohttpd-0.9.22.ebuild ChangeLog X-VCS-Directories: net-libs/libmicrohttpd X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121001010926.EFF6F21600@flycatcher.gentoo.org> Date: Mon, 1 Oct 2012 01:09:26 +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: 2215a463-09e0-4f91-bfda-71a233ff9f25 X-Archives-Hash: eb28190237a653da51f273ddc6b37659 blueness 12/10/01 01:09:26 Modified: libmicrohttpd-0.9.22.ebuild ChangeLog Log: keyword ~mips ~ppc ~ppc64 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.3 net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild?r1=1.2&r2=1.3 Index: libmicrohttpd-0.9.22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libmicrohttpd-0.9.22.ebuild 30 Sep 2012 23:43:38 -0000 1.2 +++ libmicrohttpd-0.9.22.ebuild 1 Oct 2012 01:09:26 -0000 1.3 @@ -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/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.2 2012/09/30 23:43:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.22.ebuild,v 1.3 2012/10/01 01:09:26 blueness Exp $ EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" IUSE="messages ssl static-libs test" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" LICENSE="LGPL-2.1" SLOT="0" 1.20 net-libs/libmicrohttpd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 30 Sep 2012 23:43:38 -0000 1.19 +++ ChangeLog 1 Oct 2012 01:09:26 -0000 1.20 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libmicrohttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.19 2012/09/30 23:43:38 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.20 2012/10/01 01:09:26 blueness Exp $ + + 01 Oct 2012; Anthony G. Basile + libmicrohttpd-0.9.22.ebuild: + keyword ~mips ~ppc ~ppc64 30 Sep 2012; Anthony G. Basile libmicrohttpd-0.9.22.ebuild: