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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44954158094 for ; Sat, 8 Oct 2022 18:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21557E0876; Sat, 8 Oct 2022 18:25:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94B0AE0876 for ; Sat, 8 Oct 2022 18:25:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36485340D5E for ; Sat, 8 Oct 2022 18:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79DAE616 for ; Sat, 8 Oct 2022 18:25:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665253506.cb18ef3f7e2a1460f1f9e2704d87e1e9b41bb48f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/wayfire/wayfire-0.7.2-r1.ebuild gui-wm/wayfire/wayfire-0.7.2.ebuild gui-wm/wayfire/wayfire-0.7.3-r1.ebuild gui-wm/wayfire/wayfire-0.7.3-r2.ebuild gui-wm/wayfire/wayfire-0.7.3-r3.ebuild gui-wm/wayfire/wayfire-0.7.3.ebuild gui-wm/wayfire/wayfire-9999.ebuild X-VCS-Directories: gui-wm/wayfire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cb18ef3f7e2a1460f1f9e2704d87e1e9b41bb48f X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:25:32 +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: e344bcb2-f611-4e06-be97-5d4c69d02dfe X-Archives-Hash: e3877ece005c526cb45b2588bb4b2db3 commit: cb18ef3f7e2a1460f1f9e2704d87e1e9b41bb48f Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:23:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:25:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb18ef3f gui-wm/wayfire: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875929 Signed-off-by: Sam James gentoo.org> gui-wm/wayfire/{wayfire-0.7.2.ebuild => wayfire-0.7.2-r1.ebuild} | 4 ++-- gui-wm/wayfire/{wayfire-0.7.3.ebuild => wayfire-0.7.3-r2.ebuild} | 4 ++-- gui-wm/wayfire/{wayfire-0.7.3-r1.ebuild => wayfire-0.7.3-r3.ebuild} | 2 +- gui-wm/wayfire/wayfire-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gui-wm/wayfire/wayfire-0.7.2.ebuild b/gui-wm/wayfire/wayfire-0.7.2-r1.ebuild similarity index 97% rename from gui-wm/wayfire/wayfire-0.7.2.ebuild rename to gui-wm/wayfire/wayfire-0.7.2-r1.ebuild index 626f58c246e6..1a57d10a0023 100644 --- a/gui-wm/wayfire/wayfire-0.7.2.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ DEPEND=" media-libs/freetype:=[X?] x11-libs/libdrm x11-libs/gtk+:3=[wayland,X?] - x11-libs/cairo:=[X?,svg] + x11-libs/cairo:=[X?,svg(+)] x11-libs/libxkbcommon:=[X?] x11-libs/pixman X? ( diff --git a/gui-wm/wayfire/wayfire-0.7.3.ebuild b/gui-wm/wayfire/wayfire-0.7.3-r2.ebuild similarity index 97% rename from gui-wm/wayfire/wayfire-0.7.3.ebuild rename to gui-wm/wayfire/wayfire-0.7.3-r2.ebuild index 61441848b801..7caf04ae818a 100644 --- a/gui-wm/wayfire/wayfire-0.7.3.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ DEPEND=" media-libs/freetype:=[X?] x11-libs/libdrm x11-libs/gtk+:3=[wayland,X?] - x11-libs/cairo[X?,svg] + x11-libs/cairo[X?,svg(+)] x11-libs/libxkbcommon[X?] x11-libs/pango x11-libs/pixman diff --git a/gui-wm/wayfire/wayfire-0.7.3-r1.ebuild b/gui-wm/wayfire/wayfire-0.7.3-r3.ebuild similarity index 98% rename from gui-wm/wayfire/wayfire-0.7.3-r1.ebuild rename to gui-wm/wayfire/wayfire-0.7.3-r3.ebuild index c08e5cc1021f..29f736e0357a 100644 --- a/gui-wm/wayfire/wayfire-0.7.3-r1.ebuild +++ b/gui-wm/wayfire/wayfire-0.7.3-r3.ebuild @@ -32,7 +32,7 @@ DEPEND=" media-libs/freetype:=[X?] x11-libs/libdrm x11-libs/gtk+:3=[wayland,X?] - x11-libs/cairo[X?,svg] + x11-libs/cairo[X?,svg(+)] x11-libs/libxkbcommon[X?] x11-libs/pango x11-libs/pixman diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index 440b7f5772c3..c0233c805c44 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ DEPEND=" media-libs/freetype:=[X?] x11-libs/libdrm x11-libs/gtk+:3=[wayland,X?] - x11-libs/cairo:=[X?,svg] + x11-libs/cairo:=[X?,svg(+)] x11-libs/libxkbcommon:=[X?] x11-libs/pixman X? (