From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76EAC138350 for ; Tue, 28 Jan 2020 19:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A866BE082F; Tue, 28 Jan 2020 19:01:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A126E082F for ; Tue, 28 Jan 2020 19:01:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D78734E176 for ; Tue, 28 Jan 2020 19:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0AEB2A for ; Tue, 28 Jan 2020 19:01:47 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1580238100.c134e51c8ae500ac1ccbbb51eb2edb5f1f274676.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/weston/ X-VCS-Repository: proj/musl X-VCS-Files: dev-libs/weston/Manifest dev-libs/weston/weston-3.0.0.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: c134e51c8ae500ac1ccbbb51eb2edb5f1f274676 X-VCS-Branch: master Date: Tue, 28 Jan 2020 19:01:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20f4cdb7-c1c6-4e2d-a009-9fb7a8f6f352 X-Archives-Hash: 8ea67943a0baee1af48c9e923e9b941a commit: c134e51c8ae500ac1ccbbb51eb2edb5f1f274676 Author: Jory Pratt gentoo org> AuthorDate: Tue Jan 28 19:01:40 2020 +0000 Commit: Jory Pratt gentoo org> CommitDate: Tue Jan 28 19:01:40 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c134e51c dev-libs/weston: adjust cairo dep Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jory Pratt gentoo.org> dev-libs/weston/Manifest | 2 +- dev-libs/weston/weston-3.0.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest index 1f806da..e4a6d59 100644 --- a/dev-libs/weston/Manifest +++ b/dev-libs/weston/Manifest @@ -1 +1 @@ -DIST weston-3.0.0.tar.xz 1300340 SHA256 cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 WHIRLPOOL 8b46b199f40e51530c17f782a12e0a3a5b65bffebc090db0c9296454b0bdcb053c0dfd6de3d0c5150e2404ea87d49280c11a0475382e2350699ae27deb204383 +DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild index f162456..f7046f4 100644 --- a/dev-libs/weston/weston-3.0.0.ebuild +++ b/dev-libs/weston/weston-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -76,7 +76,7 @@ RDEPEND=" ) xwayland? ( x11-base/xorg-server[wayland] - x11-libs/cairo[xcb] + x11-libs/cairo[X,xcb(+)] >=x11-libs/libxcb-1.9 x11-libs/libXcursor )