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 44CA015806E for ; Sat, 3 Jun 2023 12:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49802E0863; Sat, 3 Jun 2023 12:20:38 +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 26BDDE0863 for ; Sat, 3 Jun 2023 12:20:38 +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 0F401340F37 for ; Sat, 3 Jun 2023 12:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55CACA6B for ; Sat, 3 Jun 2023 12:20:35 +0000 (UTC) From: "Mykyta Holubakha" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mykyta Holubakha" Message-ID: <1685794825.d2b95848ecbefc8fc7f42a0302c00b9a4319fb83.hilobakho@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/swayimg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/swayimg/swayimg-1.11.ebuild X-VCS-Directories: media-gfx/swayimg/ X-VCS-Committer: hilobakho X-VCS-Committer-Name: Mykyta Holubakha X-VCS-Revision: d2b95848ecbefc8fc7f42a0302c00b9a4319fb83 X-VCS-Branch: dev Date: Sat, 3 Jun 2023 12:20:35 +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: 57d03f89-7074-4905-ae6a-c12f24542df8 X-Archives-Hash: 303b8ff372e1fb896d38853a1810f6c7 commit: d2b95848ecbefc8fc7f42a0302c00b9a4319fb83 Author: Mykyta Holubakha gmail com> AuthorDate: Sat Jun 3 12:20:25 2023 +0000 Commit: Mykyta Holubakha gmail com> CommitDate: Sat Jun 3 12:20:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2b95848 media-gfx/swayimg: add missing bash-completion dep Signed-off-by: Mykyta Holubakha gmail.com> media-gfx/swayimg/swayimg-1.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/swayimg/swayimg-1.11.ebuild b/media-gfx/swayimg/swayimg-1.11.ebuild index 6db2c1b42..9da31ffdb 100644 --- a/media-gfx/swayimg/swayimg-1.11.ebuild +++ b/media-gfx/swayimg/swayimg-1.11.ebuild @@ -19,6 +19,7 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype x11-libs/libxkbcommon + bash-completion? ( app-shells/bash-completion ) exif? ( media-libs/libexif ) gif? ( media-libs/giflib ) heif? ( media-libs/libheif )