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 98F0B15806E for ; Sun, 4 Jun 2023 06:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D7AE0872; Sun, 4 Jun 2023 06:20:56 +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 B09D6E0871 for ; Sun, 4 Jun 2023 06:20:56 +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 C440A340FEF for ; Sun, 4 Jun 2023 06:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E391A94 for ; Sun, 4 Jun 2023 06:20:52 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1685794825.d2b95848ecbefc8fc7f42a0302c00b9a4319fb83.ceamac@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-1.11.ebuild X-VCS-Directories: media-gfx/swayimg/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: d2b95848ecbefc8fc7f42a0302c00b9a4319fb83 X-VCS-Branch: master Date: Sun, 4 Jun 2023 06:20:52 +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: 1f03e61b-ff87-469f-b107-4e239a89eab9 X-Archives-Hash: 4faabc60cde8ce19855fc7accdf64b11 commit: d2b95848ecbefc8fc7f42a0302c00b9a4319fb83 Author: Mykyta Holubakha gmail com> AuthorDate: Sat Jun 3 12:20:25 2023 +0000 Commit: Viorel Munteanu gentoo org> 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 )