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 DCF111382C5 for ; Mon, 21 Dec 2020 19:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2186C2BC00D; Mon, 21 Dec 2020 19:00:16 +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 E44F32BC00D for ; Mon, 21 Dec 2020 19:00:15 +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 963F43415DD for ; Mon, 21 Dec 2020 19:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A0D9CC for ; Mon, 21 Dec 2020 19:00:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608577203.383656ae55a9f310a1721e6a7a5bc0717cbd5be0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-9999.ebuild X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 383656ae55a9f310a1721e6a7a5bc0717cbd5be0 X-VCS-Branch: master Date: Mon, 21 Dec 2020 19:00:13 +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: 69d6af22-84db-4b08-941c-f91d6b5a379c X-Archives-Hash: 8d8416767f2722b4e55daaddb02f391c commit: 383656ae55a9f310a1721e6a7a5bc0717cbd5be0 Author: Matt Turner gentoo org> AuthorDate: Mon Dec 21 18:59:18 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Dec 21 19:00:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383656ae x11-libs/cairo: Raise pixman version requirement Raised upstream in commit a34cb719cd9c (Add support for RGBA128F and RGB96F formats.) Closes: https://bugs.gentoo.org/760878 Signed-off-by: Matt Turner gentoo.org> x11-libs/cairo/cairo-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index ad1c3a73e92..e66a1b9fece 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -35,7 +35,7 @@ RDEPEND=" >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] sys-libs/binutils-libs:0=[${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}] + >=x11-libs/pixman-0.36.0[${MULTILIB_USEDEP}] gles2-only? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] ) glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) opengl? ( >=media-libs/mesa-9.1.6[egl,X(+),${MULTILIB_USEDEP}] )