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 1QFA8S-0000OW-8C for garchives@archives.gentoo.org; Wed, 27 Apr 2011 19:10:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9BA31C0AC; Wed, 27 Apr 2011 19:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 97C571C0AD for ; Wed, 27 Apr 2011 19:10:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C94831B407C for ; Wed, 27 Apr 2011 19:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 30DA080507 for ; Wed, 27 Apr 2011 19:10:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/xcb-util-renderutil/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild X-VCS-Directories: x11-libs/xcb-util-renderutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a5d25d72f841e978b911fc641f8b77efb3c55e54 Date: Wed, 27 Apr 2011 19:10:42 +0000 (UTC) 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: X-Archives-Hash: 684d125cc249f7494a41ad997ed2d7ef commit: a5d25d72f841e978b911fc641f8b77efb3c55e54 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed Apr 27 19:10:47 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Wed Apr 27 19:10:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3Da5d25d72 x11-libs/xcb-util-renderutil: Fix EGIT_REPO_URI. (Portage version: 2.2.0_alpha30_p2/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- .../xcb-util-renderutil-9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild= b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild index e781091..aab044a 100644 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild @@ -9,7 +9,7 @@ XORG_BASE_INDIVIDUAL_URI=3Dhttp://xcb.freedesktop.org/dis= t XORG_DOC=3Ddoc inherit xorg-2 =20 -EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-image" +EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-renderutil" EGIT_HAS_SUBMODULES=3Dyes =20 DESCRIPTION=3D"X C-language Bindings sample implementations" @@ -30,4 +30,4 @@ pkg_setup() { ) =20 xorg-2_pkg_setup -} \ No newline at end of file +}