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 8F5E5158094 for ; Sat, 8 Oct 2022 18:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4356E0833; Sat, 8 Oct 2022 18:55:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99C03E0833 for ; Sat, 8 Oct 2022 18:55:59 +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 9C0D733FE2A for ; Sat, 8 Oct 2022 18:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21ACB608 for ; Sat, 8 Oct 2022 18:55:57 +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: <1665255294.ccfc071bb58dbf7ed244cc4feda40614d902a30c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/goffice/goffice-0.10.52-r1.ebuild x11-libs/goffice/goffice-0.10.52.ebuild x11-libs/goffice/goffice-0.10.53-r1.ebuild x11-libs/goffice/goffice-0.10.53.ebuild X-VCS-Directories: x11-libs/goffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ccfc071bb58dbf7ed244cc4feda40614d902a30c X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:55:57 +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: 35d32456-864b-4113-a6cf-6eecbb3beeb3 X-Archives-Hash: 3f6d6ca7c74ee7c27fb777963bbde4b0 commit: ccfc071bb58dbf7ed244cc4feda40614d902a30c Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:54:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:54:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfc071b x11-libs/goffice: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875950 Signed-off-by: Sam James gentoo.org> x11-libs/goffice/{goffice-0.10.52.ebuild => goffice-0.10.52-r1.ebuild} | 2 +- x11-libs/goffice/{goffice-0.10.53.ebuild => goffice-0.10.53-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/goffice/goffice-0.10.52.ebuild b/x11-libs/goffice/goffice-0.10.52-r1.ebuild similarity index 97% rename from x11-libs/goffice/goffice-0.10.52.ebuild rename to x11-libs/goffice/goffice-0.10.52-r1.ebuild index d5051f0e3b5c..3d6aaaec16b0 100644 --- a/x11-libs/goffice/goffice-0.10.52.ebuild +++ b/x11-libs/goffice/goffice-0.10.52-r1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-libs/libxslt >=gnome-base/librsvg-2.22:2 >=gnome-extra/libgsf-1.14.24:=[introspection?] - >=x11-libs/cairo-1.10:=[svg] + >=x11-libs/cairo-1.10:=[svg(+)] >=x11-libs/gdk-pixbuf-2.22:2 >=x11-libs/gtk+-3.20:3 >=x11-libs/pango-1.24:= diff --git a/x11-libs/goffice/goffice-0.10.53.ebuild b/x11-libs/goffice/goffice-0.10.53-r1.ebuild similarity index 97% rename from x11-libs/goffice/goffice-0.10.53.ebuild rename to x11-libs/goffice/goffice-0.10.53-r1.ebuild index 2bcc131cd893..c4f0cd003910 100644 --- a/x11-libs/goffice/goffice-0.10.53.ebuild +++ b/x11-libs/goffice/goffice-0.10.53-r1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-libs/libxslt >=gnome-base/librsvg-2.22:2 >=gnome-extra/libgsf-1.14.24:=[introspection?] - >=x11-libs/cairo-1.10:=[svg] + >=x11-libs/cairo-1.10:=[svg(+)] >=x11-libs/gdk-pixbuf-2.22:2 >=x11-libs/gtk+-3.20:3 >=x11-libs/pango-1.24:=