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 DDCDD1381FA for ; Mon, 31 Dec 2012 15:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD3021C095; Mon, 31 Dec 2012 15:57:48 +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 5C0AE21C095 for ; Mon, 31 Dec 2012 15:57:48 +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 78A4933D8A9 for ; Mon, 31 Dec 2012 15:57:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 442FF2171D; Mon, 31 Dec 2012 15:57:46 +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 sys-libs/libosinfo: libosinfo-0.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libosinfo-0.2.2.ebuild ChangeLog X-VCS-Directories: sys-libs/libosinfo X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121231155746.442FF2171D@flycatcher.gentoo.org> Date: Mon, 31 Dec 2012 15:57: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: a7005218-d367-43c5-b66d-4af29e5ffd33 X-Archives-Hash: 2d48b26cf36492b2468a27119e15c295 ago 12/12/31 15:57:46 Modified: libosinfo-0.2.2.ebuild ChangeLog Log: Add ~ppc64, wrt bug #449220 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.3 sys-libs/libosinfo/libosinfo-0.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild?r1=1.2&r2=1.3 Index: libosinfo-0.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libosinfo-0.2.2.ebuild 31 Dec 2012 14:44:26 -0000 1.2 +++ libosinfo-0.2.2.ebuild 31 Dec 2012 15:57:46 -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/sys-libs/libosinfo/libosinfo-0.2.2.ebuild,v 1.2 2012/12/31 14:44:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/libosinfo-0.2.2.ebuild,v 1.3 2012/12/31 15:57:46 ago Exp $ EAPI=4 VALA_MIN_API_VERSION="0.16" @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="+introspection +vala test" REQUIRED_USE="vala? ( introspection )" 1.17 sys-libs/libosinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libosinfo/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 31 Dec 2012 14:44:26 -0000 1.16 +++ ChangeLog 31 Dec 2012 15:57:46 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/libosinfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.16 2012/12/31 14:44:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libosinfo/ChangeLog,v 1.17 2012/12/31 15:57:46 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo libosinfo-0.2.2.ebuild: + Add ~ppc64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo libosinfo-0.2.2.ebuild: Add ~ppc, wrt bug #449220