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 1E21F158041 for ; Fri, 23 Feb 2024 23:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C34EE2A28; Fri, 23 Feb 2024 23:40:45 +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 21314E2A28 for ; Fri, 23 Feb 2024 23:40:45 +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 0A9B53430C2 for ; Fri, 23 Feb 2024 23:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4356A14D5 for ; Fri, 23 Feb 2024 23:40:41 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708726492.1625f635797e433d240c551827e69bd6ca541828.julien@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_pre20240223.ebuild gui-apps/hyprlock/hyprlock-9999.ebuild X-VCS-Directories: gui-apps/hyprlock/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1625f635797e433d240c551827e69bd6ca541828 X-VCS-Branch: master Date: Fri, 23 Feb 2024 23:40:41 +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: c88b56dd-afa7-42a0-b228-4f7fb77f332c X-Archives-Hash: b704317a7b7284bdcd8e57a2715b9305 commit: 1625f635797e433d240c551827e69bd6ca541828 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Fri Feb 23 22:14:52 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Feb 23 22:14:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1625f635 gui-apps/hyprlock: add missing BDEPEND Signed-off-by: Gonçalo Negrier Duarte gmail.com> gui-apps/hyprlock/hyprlock-0_pre20240223.ebuild | 1 + gui-apps/hyprlock/hyprlock-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gui-apps/hyprlock/hyprlock-0_pre20240223.ebuild b/gui-apps/hyprlock/hyprlock-0_pre20240223.ebuild index f7ae0a369d..6e4c7ca777 100644 --- a/gui-apps/hyprlock/hyprlock-0_pre20240223.ebuild +++ b/gui-apps/hyprlock/hyprlock-0_pre20240223.ebuild @@ -43,6 +43,7 @@ BDEPEND=" x11-libs/libxkbcommon x11-libs/cairo dev-build/cmake + dev-libs/date virtual/pkgconfig " diff --git a/gui-apps/hyprlock/hyprlock-9999.ebuild b/gui-apps/hyprlock/hyprlock-9999.ebuild index f7ae0a369d..6e4c7ca777 100644 --- a/gui-apps/hyprlock/hyprlock-9999.ebuild +++ b/gui-apps/hyprlock/hyprlock-9999.ebuild @@ -43,6 +43,7 @@ BDEPEND=" x11-libs/libxkbcommon x11-libs/cairo dev-build/cmake + dev-libs/date virtual/pkgconfig "