From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MoOiK-00083P-UZ for garchives@archives.gentoo.org; Thu, 17 Sep 2009 21:40:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30945E07F7; Thu, 17 Sep 2009 21:40:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0ADF2E07F7 for ; Thu, 17 Sep 2009 21:40:28 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C04E6675E9 for ; Thu, 17 Sep 2009 21:40:27 +0000 (UTC) Received: from remi by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MoOiJ-00070X-84 for gentoo-commits@lists.gentoo.org; Thu, 17 Sep 2009 21:40:27 +0000 From: "Remi Cardona (remi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, remi@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/x/x11: libxcb-1.4-upgrade-guide.xml X-VCS-Repository: gentoo X-VCS-Files: libxcb-1.4-upgrade-guide.xml X-VCS-Directories: xml/htdocs/proj/en/desktop/x/x11 X-VCS-Committer: remi X-VCS-Committer-Name: Remi Cardona Content-Type: text/plain; charset=utf8 Message-Id: Sender: Remi Cardona Date: Thu, 17 Sep 2009 21:40:27 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d9b9e3db-4378-436c-b43a-1e5d250c4c0d X-Archives-Hash: 74b5b0d2dd35ae961ce5da422f6e335f remi 09/09/17 21:40:27 Modified: libxcb-1.4-upgrade-guide.xml Log: properly escape gtk+ for qlist (fixes bug #285350) Revision Changes Path 1.7 xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4-upgrade-= guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/x/x11/libxcb-1.4-upgrade-guide.xml?rev=3D1.7&content-type=3Dtext/pla= in diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/des= ktop/x/x11/libxcb-1.4-upgrade-guide.xml?r1=3D1.6&r2=3D1.7 Index: libxcb-1.4-upgrade-guide.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/x/x11/libxcb-1.4= -upgrade-guide.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libxcb-1.4-upgrade-guide.xml 17 Sep 2009 08:14:07 -0000 1.6 +++ libxcb-1.4-upgrade-guide.xml 17 Sep 2009 21:40:27 -0000 1.7 @@ -1,6 +1,6 @@ - + =20 Gentoo libxcb 1.4 Upgrade Guide @@ -105,7 +105,7 @@ # emerge --oneshot \ $(for i in x11-proto/ x11-libs/libxcb x11-libs/libX11 x11-libs/libXext \ x11-libs/libX x11-libs/xcb-util x11-libs/cairo \ - x11-libs/pango x11-libs/gtk+ \ + x11-libs/pango x11-libs/gtk\\+ \ x11-libs/qt-gui; do \ qlist -IC $i; \ done) -pv