From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1444729-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 358AB158094 for <garchives@archives.gentoo.org>; Sat, 8 Oct 2022 18:25:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766FAE0844; Sat, 8 Oct 2022 18:25:34 +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 5645CE0837 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 18:25:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4465A340CF8 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 18:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A6C5DD for <gentoo-commits@lists.gentoo.org>; Sat, 8 Oct 2022 18:25:31 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1665253502.a708b768921ce667a66938fa648a0e7fb05e1b14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnumeric/gnumeric-1.12.52-r1.ebuild app-office/gnumeric/gnumeric-1.12.52.ebuild app-office/gnumeric/gnumeric-1.12.53-r1.ebuild app-office/gnumeric/gnumeric-1.12.53.ebuild X-VCS-Directories: app-office/gnumeric/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a708b768921ce667a66938fa648a0e7fb05e1b14 X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:25:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e6b4787-f59b-4fec-b85f-ac837537849e X-Archives-Hash: 45a99dee72f5d05bf54bf8e24f9b8175 commit: a708b768921ce667a66938fa648a0e7fb05e1b14 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 18:16:48 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 18:25:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a708b768 app-office/gnumeric: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875896 Signed-off-by: Sam James <sam <AT> gentoo.org> .../gnumeric/{gnumeric-1.12.52.ebuild => gnumeric-1.12.52-r1.ebuild} | 2 +- .../gnumeric/{gnumeric-1.12.53.ebuild => gnumeric-1.12.53-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/gnumeric/gnumeric-1.12.52.ebuild b/app-office/gnumeric/gnumeric-1.12.52-r1.ebuild similarity index 98% rename from app-office/gnumeric/gnumeric-1.12.52.ebuild rename to app-office/gnumeric/gnumeric-1.12.52-r1.ebuild index 1f8d25865c92..ab923ba2eb8f 100644 --- a/app-office/gnumeric/gnumeric-1.12.52.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.52-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=x11-libs/pango-1.24.0:= >=x11-libs/gtk+-3.8.7:3 - x11-libs/cairo:=[svg] + x11-libs/cairo:=[svg(+)] introspection? ( ${PYTHON_DEPS} diff --git a/app-office/gnumeric/gnumeric-1.12.53.ebuild b/app-office/gnumeric/gnumeric-1.12.53-r1.ebuild similarity index 98% rename from app-office/gnumeric/gnumeric-1.12.53.ebuild rename to app-office/gnumeric/gnumeric-1.12.53-r1.ebuild index 2f621517609c..9198439d8594 100644 --- a/app-office/gnumeric/gnumeric-1.12.53.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.53-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=x11-libs/pango-1.24.0:= >=x11-libs/gtk+-3.8.7:3 - x11-libs/cairo:=[svg] + x11-libs/cairo:=[svg(+)] introspection? ( ${PYTHON_DEPS}