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 38FA81381F3 for ; Fri, 20 Sep 2013 18:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CB46E0A9F; Fri, 20 Sep 2013 18:01:01 +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 82C01E0A9F for ; Fri, 20 Sep 2013 18:01:00 +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 6A3AB33E9DB for ; Fri, 20 Sep 2013 18:00:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2207) id 662422004C; Fri, 20 Sep 2013 18:00:56 +0000 (UTC) From: "Thomas Sachau (tommy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tommy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: xcb-proto-1.8-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xcb-proto-1.8-r3.ebuild ChangeLog X-VCS-Directories: x11-proto/xcb-proto X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130920180056.662422004C@flycatcher.gentoo.org> Date: Fri, 20 Sep 2013 18:00: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: 0cad8f28-5f3c-454a-a90f-46fee4ee2247 X-Archives-Hash: 1459df252c1ff698853e0ae310517f33 tommy 13/09/20 18:00:56 Modified: xcb-proto-1.8-r3.ebuild ChangeLog Log: Fix cross-compile with multlib-portage, bug 473362 (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067) Revision Changes Path 1.4 x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild?r1=1.3&r2=1.4 Index: xcb-proto-1.8-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xcb-proto-1.8-r3.ebuild 5 Sep 2013 19:44:45 -0000 1.3 +++ xcb-proto-1.8-r3.ebuild 20 Sep 2013 18:00:56 -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/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild,v 1.3 2013/09/05 19:44:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild,v 1.4 2013/09/20 18:00:56 tommy Exp $ EAPI=5 @@ -32,14 +32,14 @@ xorg-2_src_compile python_foreach_impl autotools-utils_src_compile -C xcbgen \ - top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}" + top_builddir="${WORKDIR}/${P}-${ABI:-DEFAULT_ABI}" } src_install() { xorg-2_src_install python_foreach_impl autotools-utils_src_install -C xcbgen \ - top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}" + top_builddir="${WORKDIR}/${P}-${ABI:-DEFAULT_ABI}" } pkg_postinst() { 1.112 x11-proto/xcb-proto/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 5 Sep 2013 19:44:45 -0000 1.111 +++ ChangeLog 20 Sep 2013 18:00:56 -0000 1.112 @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/xcb-proto # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.111 2013/09/05 19:44:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.112 2013/09/20 18:00:56 tommy Exp $ + + 20 Sep 2013; Thomas Sachau (Tommy[D]) + xcb-proto-1.8-r3.ebuild: + Fix cross-compile with multlib-portage, bug 473362 05 Sep 2013; Michał Górny xcb-proto-1.8-r1.ebuild, xcb-proto-1.8-r2.ebuild, xcb-proto-1.8-r3.ebuild: