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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 160B7158042 for ; Sat, 2 Nov 2024 20:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8C7E07EA; Sat, 2 Nov 2024 20:52:29 +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 895F9E07EA for ; Sat, 2 Nov 2024 20:52:29 +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 C6664343133 for ; Sat, 2 Nov 2024 20:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02DF21E89 for ; Sat, 2 Nov 2024 20:52:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1730424683.f4d3cb8692d9819e393c2265ab6cefbae5c81568.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/swayimg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/swayimg/swayimg-3.2.ebuild media-gfx/swayimg/swayimg-3.4.ebuild X-VCS-Directories: media-gfx/swayimg/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f4d3cb8692d9819e393c2265ab6cefbae5c81568 X-VCS-Branch: master Date: Sat, 2 Nov 2024 20:52:27 +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: 07f1ab98-2213-495f-9c3a-13ff4e8ca2eb X-Archives-Hash: 0067c6bb5cd44f058d14247e47b25da0 commit: f4d3cb8692d9819e393c2265ab6cefbae5c81568 Author: Dale Showers fictx com> AuthorDate: Fri Nov 1 01:31:23 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Nov 1 01:31:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f4d3cb86 media-gfx/swayimg: add X use flag for xorg-proto xorg-proto not required on wayland only systems to build svg support Signed-off-by: Dale Showers fictx.com> media-gfx/swayimg/swayimg-3.2.ebuild | 4 ++-- media-gfx/swayimg/swayimg-3.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/swayimg/swayimg-3.2.ebuild b/media-gfx/swayimg/swayimg-3.2.ebuild index b2e8e386f..adf13e554 100644 --- a/media-gfx/swayimg/swayimg-3.2.ebuild +++ b/media-gfx/swayimg/swayimg-3.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="avif exif exr gif heif jpeg jpegxl png svg tiff webp bash-completion" +IUSE="avif bash-completion exif exr gif heif jpeg jpegxl png svg tiff webp X" RDEPEND=" dev-libs/json-c:= @@ -43,7 +43,7 @@ BDEPEND=" dev-util/wayland-scanner svg? ( dev-build/cmake - x11-base/xorg-proto + X? ( x11-base/xorg-proto ) ) " diff --git a/media-gfx/swayimg/swayimg-3.4.ebuild b/media-gfx/swayimg/swayimg-3.4.ebuild index d8daf2f99..ad2d4ad33 100644 --- a/media-gfx/swayimg/swayimg-3.4.ebuild +++ b/media-gfx/swayimg/swayimg-3.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="avif exif exr gif heif jpeg jpegxl png svg test tiff webp bash-completion" +IUSE="avif bash-completion exif exr gif heif jpeg jpegxl png svg test tiff webp X" RESTRICT="!test? ( test )" RDEPEND=" @@ -44,7 +44,7 @@ BDEPEND=" dev-util/wayland-scanner svg? ( dev-build/cmake - x11-base/xorg-proto + X? ( x11-base/xorg-proto ) ) test? ( dev-cpp/gtest ) "