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 9D13715802F for ; Sun, 2 Apr 2023 11:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E8FE07F2; Sun, 2 Apr 2023 11:46:57 +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 BCD00E07F2 for ; Sun, 2 Apr 2023 11:46:57 +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 A8CE533BE0D for ; Sun, 2 Apr 2023 11:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5C68EB for ; Sun, 2 Apr 2023 11:46:55 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1680436009.fadabcf88c1fc9b934c0227710a2d389681b93e3.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swww/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/swww/swww-0.7.2.ebuild X-VCS-Directories: gui-apps/swww/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: fadabcf88c1fc9b934c0227710a2d389681b93e3 X-VCS-Branch: dev Date: Sun, 2 Apr 2023 11:46:55 +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: eb2b318f-3f49-4e03-a940-ce42834f6ae2 X-Archives-Hash: a21a7944b7e786a92ad4e4d74fa62e92 commit: fadabcf88c1fc9b934c0227710a2d389681b93e3 Author: Remigiusz Micielski gmail com> AuthorDate: Sun Apr 2 11:43:41 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Sun Apr 2 11:46:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fadabcf8 gui-apps/swww: add missing dependency on libxkbcommon Signed-off-by: Remigiusz Micielski gmail.com> gui-apps/swww/swww-0.7.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui-apps/swww/swww-0.7.2.ebuild b/gui-apps/swww/swww-0.7.2.ebuild index 474a166c6..6ec442e41 100644 --- a/gui-apps/swww/swww-0.7.2.ebuild +++ b/gui-apps/swww/swww-0.7.2.ebuild @@ -167,13 +167,12 @@ DESCRIPTION="Efficient animated wallpaper daemon for wayland, controlled at runt HOMEPAGE="https://github.com/Horus645/swww" SRC_URI="https://github.com/Horus645/swww/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris)" -# License set may be more restrictive as OR is not respected -# use cargo-license for a more accurate license picture LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" KEYWORDS="~amd64" -DEPEND="app-arch/lz4" +DEPEND="app-arch/lz4 + x11-libs/libxkbcommon[wayland]" RDEPEND="${DEPEND}" BDEPEND=""