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 8173F158095 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 6C70CE0871; Sat, 8 Oct 2022 18:25:37 +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 352D1E0874 for ; Sat, 8 Oct 2022 18:25:36 +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 1A87E340D55 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 3F930613 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: <1665253505.badc8379925336dc1b88b06a6d4feaa593959042.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rcairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild dev-ruby/rcairo/rcairo-1.16.6.ebuild dev-ruby/rcairo/rcairo-1.17.5-r1.ebuild dev-ruby/rcairo/rcairo-1.17.5.ebuild X-VCS-Directories: dev-ruby/rcairo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: badc8379925336dc1b88b06a6d4feaa593959042 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: df9ff7a5-77bd-4d3b-a7c6-52a12d18b807 X-Archives-Hash: 4ad06272a5d692b670b4c9b5a0317796 commit: badc8379925336dc1b88b06a6d4feaa593959042 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:21:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:25:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badc8379 dev-ruby/rcairo: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875917 Signed-off-by: Sam James gentoo.org> dev-ruby/rcairo/{rcairo-1.16.6.ebuild => rcairo-1.16.6-r1.ebuild} | 4 ++-- dev-ruby/rcairo/{rcairo-1.17.5.ebuild => rcairo-1.17.5-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/rcairo/rcairo-1.16.6.ebuild b/dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild similarity index 96% rename from dev-ruby/rcairo/rcairo-1.16.6.ebuild rename to dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild index 91c76275019c..9dfd343431f5 100644 --- a/dev-ruby/rcairo/rcairo-1.16.6.ebuild +++ b/dev-ruby/rcairo/rcairo-1.16.6-r1.ebuild @@ -25,9 +25,9 @@ LICENSE="|| ( Ruby-BSD GPL-2 )" KEYWORDS="amd64 ~ppc ~x86" RDEPEND="${RDEPEND} - >=x11-libs/cairo-1.2.0[svg]" + >=x11-libs/cairo-1.2.0[svg(+)]" DEPEND="${DEPEND} - >=x11-libs/cairo-1.2.0[svg]" + >=x11-libs/cairo-1.2.0[svg(+)]" ruby_add_bdepend " >=dev-ruby/pkg-config-1.2.2 diff --git a/dev-ruby/rcairo/rcairo-1.17.5.ebuild b/dev-ruby/rcairo/rcairo-1.17.5-r1.ebuild similarity index 96% rename from dev-ruby/rcairo/rcairo-1.17.5.ebuild rename to dev-ruby/rcairo/rcairo-1.17.5-r1.ebuild index 9bf1c8c8eee3..68a74fc47c0a 100644 --- a/dev-ruby/rcairo/rcairo-1.17.5.ebuild +++ b/dev-ruby/rcairo/rcairo-1.17.5-r1.ebuild @@ -27,9 +27,9 @@ LICENSE="|| ( Ruby-BSD GPL-2 )" KEYWORDS="~amd64 ~ppc ~riscv ~x86" RDEPEND="${RDEPEND} - >=x11-libs/cairo-1.2.0[svg]" + >=x11-libs/cairo-1.2.0[svg(+)]" DEPEND="${DEPEND} - >=x11-libs/cairo-1.2.0[svg]" + >=x11-libs/cairo-1.2.0[svg(+)]" ruby_add_rdepend "dev-ruby/red-colors"