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 D90EF158083 for ; Sat, 31 Aug 2024 13:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEFB5E29E3; Sat, 31 Aug 2024 13:06:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D78DDE29E3 for ; Sat, 31 Aug 2024 13:06:01 +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 0BFD13430FF for ; Sat, 31 Aug 2024 13:06:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF2914D5 for ; Sat, 31 Aug 2024 13:05:59 +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: <1725023833.689954eff4ea29f3403190ae3689a28958c5e3dc.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprlock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild gui-apps/hyprlock/hyprlock-9999.ebuild X-VCS-Directories: gui-apps/hyprlock/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 689954eff4ea29f3403190ae3689a28958c5e3dc X-VCS-Branch: master Date: Sat, 31 Aug 2024 13:05:59 +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: cc76a6a8-6f97-45d7-847b-8b98cb5fe683 X-Archives-Hash: be2d4f0ac5be30acfcba4a807174f48c commit: 689954eff4ea29f3403190ae3689a28958c5e3dc Author: Takuya Wakazono gmail com> AuthorDate: Fri Aug 30 13:12:02 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Aug 30 13:17:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=689954ef gui-apps/hyprlock: fix deps Closes: https://bugs.gentoo.org/936655 Signed-off-by: Takuya Wakazono gmail.com> .../hyprlock/{hyprlock-0.4.1-r1.ebuild => hyprlock-0.4.1-r2.ebuild} | 2 ++ gui-apps/hyprlock/hyprlock-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild b/gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild similarity index 94% rename from gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild rename to gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild index 7d6de6548..3969bfd73 100644 --- a/gui-apps/hyprlock/hyprlock-0.4.1-r1.ebuild +++ b/gui-apps/hyprlock/hyprlock-0.4.1-r2.ebuild @@ -26,6 +26,8 @@ RDEPEND=" dev-libs/glib:2 dev-libs/wayland media-libs/libglvnd + media-libs/libjpeg-turbo:= + media-libs/libwebp:= media-libs/mesa[opengl] sys-libs/pam x11-libs/cairo diff --git a/gui-apps/hyprlock/hyprlock-9999.ebuild b/gui-apps/hyprlock/hyprlock-9999.ebuild index 7d6de6548..3969bfd73 100644 --- a/gui-apps/hyprlock/hyprlock-9999.ebuild +++ b/gui-apps/hyprlock/hyprlock-9999.ebuild @@ -26,6 +26,8 @@ RDEPEND=" dev-libs/glib:2 dev-libs/wayland media-libs/libglvnd + media-libs/libjpeg-turbo:= + media-libs/libwebp:= media-libs/mesa[opengl] sys-libs/pam x11-libs/cairo