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 43099158094 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 713DDE0828; Sat, 8 Oct 2022 18:55:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 592D6E07E1 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 7799533E6A3 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 DB0DA605 for ; Sat, 8 Oct 2022 18:55:56 +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: <1665255178.aa3e31703d36ceef53ed8ea5050d71b641d9b2a1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pspp/pspp-1.6.0-r1.ebuild sci-mathematics/pspp/pspp-1.6.0.ebuild sci-mathematics/pspp/pspp-1.6.2-r1.ebuild sci-mathematics/pspp/pspp-1.6.2.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aa3e31703d36ceef53ed8ea5050d71b641d9b2a1 X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:55:56 +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: 5db41ac8-1dee-401a-a38f-8e04c0476a0d X-Archives-Hash: 644a54f0ce14b64681c9a5254e4cce99 commit: aa3e31703d36ceef53ed8ea5050d71b641d9b2a1 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:52:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:52:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3e3170 sci-mathematics/pspp: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875944 Signed-off-by: Sam James gentoo.org> sci-mathematics/pspp/{pspp-1.6.0.ebuild => pspp-1.6.0-r1.ebuild} | 2 +- sci-mathematics/pspp/{pspp-1.6.2.ebuild => pspp-1.6.2-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/pspp/pspp-1.6.0.ebuild b/sci-mathematics/pspp/pspp-1.6.0-r1.ebuild similarity index 98% rename from sci-mathematics/pspp/pspp-1.6.0.ebuild rename to sci-mathematics/pspp/pspp-1.6.0-r1.ebuild index 886cf3d5f542..e67b3942858f 100644 --- a/sci-mathematics/pspp/pspp-1.6.0.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.0-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" sys-libs/readline:0= sys-libs/zlib virtual/libiconv - x11-libs/cairo[svg] + x11-libs/cairo[svg(+)] x11-libs/pango gtk? ( dev-util/glib-utils diff --git a/sci-mathematics/pspp/pspp-1.6.2.ebuild b/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild similarity index 98% rename from sci-mathematics/pspp/pspp-1.6.2.ebuild rename to sci-mathematics/pspp/pspp-1.6.2-r1.ebuild index ead310f8260b..b326f6feb65a 100644 --- a/sci-mathematics/pspp/pspp-1.6.2.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" sys-libs/readline:0= sys-libs/zlib virtual/libiconv - x11-libs/cairo[svg] + x11-libs/cairo[svg(+)] x11-libs/pango gtk? ( dev-util/glib-utils