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 937E7158094 for ; 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 85CE0E0837; Sat, 8 Oct 2022 18:25:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EAA1E0837 for ; 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 7EA35340D4C for ; Sat, 8 Oct 2022 18:25:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8D605F8 for ; Sat, 8 Oct 2022 18:25:31 +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: <1665253503.b1a2ca73b34ffd2ee67fba3aeb6c338ed540e87b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/scribus-1.5.8-r1.ebuild app-office/scribus/scribus-1.5.8-r2.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1a2ca73b34ffd2ee67fba3aeb6c338ed540e87b X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:25:31 +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: 5fb028b5-977a-4657-864f-d5b6e97532f3 X-Archives-Hash: be70784177750a414a9a556df125449a commit: b1a2ca73b34ffd2ee67fba3aeb6c338ed540e87b Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:17:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:25:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a2ca73 app-office/scribus: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875899 Signed-off-by: Sam James gentoo.org> app-office/scribus/{scribus-1.5.8-r1.ebuild => scribus-1.5.8-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/scribus/scribus-1.5.8-r1.ebuild b/app-office/scribus/scribus-1.5.8-r2.ebuild similarity index 99% rename from app-office/scribus/scribus-1.5.8-r1.ebuild rename to app-office/scribus/scribus-1.5.8-r2.ebuild index 175ae6cd558b..edff91bca961 100644 --- a/app-office/scribus/scribus-1.5.8-r1.ebuild +++ b/app-office/scribus/scribus-1.5.8-r2.ebuild @@ -50,7 +50,7 @@ DEPEND="${PYTHON_DEPS} media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] - x11-libs/cairo[X,svg] + x11-libs/cairo[X,svg(+)] boost? ( dev-libs/boost:= ) graphicsmagick? ( media-gfx/graphicsmagick:= ) hunspell? ( app-text/hunspell:= )