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 5E092158020 for ; Sat, 17 Dec 2022 09:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A15B9E07F9; Sat, 17 Dec 2022 09:09:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84943E07F9 for ; Sat, 17 Dec 2022 09:09: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9118D34117A for ; Sat, 17 Dec 2022 09:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD32F621 for ; Sat, 17 Dec 2022 09:09:42 +0000 (UTC) From: "Hayley Hughes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hayley Hughes" Message-ID: <1671268137.aa08ea9e0f186385d636cfeeb6db759efc4d653a.hayley@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/gtklock/gtklock-2.0.1.ebuild X-VCS-Directories: gui-apps/gtklock/ X-VCS-Committer: hayley X-VCS-Committer-Name: Hayley Hughes X-VCS-Revision: aa08ea9e0f186385d636cfeeb6db759efc4d653a X-VCS-Branch: dev Date: Sat, 17 Dec 2022 09:09:42 +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: 3cb2a83f-489c-4702-8cd9-b21c32d81c10 X-Archives-Hash: f460e80309a8ecce9c07ba907163a003 commit: aa08ea9e0f186385d636cfeeb6db759efc4d653a Author: Hayley Hughes foxes systems> AuthorDate: Sat Dec 17 09:04:07 2022 +0000 Commit: Hayley Hughes foxes systems> CommitDate: Sat Dec 17 09:08:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa08ea9e gui-apps/gtklock: fix min version of gtk-layer-shell =gui-apps/gtklock-2.0.1 requires >=gui-libs/gtk-layer-shell-0.6.0 however the currently stable version of gtk-layer-shell in :gentoo is only 0.1.0. Once a version of gtk-layer-shell >= 0.6.0 gets stablised, this commit can be reverted. Signed-off-by: Hayley Hughes foxes.systems> gui-apps/gtklock/gtklock-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/gtklock/gtklock-2.0.1.ebuild b/gui-apps/gtklock/gtklock-2.0.1.ebuild index d66478055..be9e541f9 100644 --- a/gui-apps/gtklock/gtklock-2.0.1.ebuild +++ b/gui-apps/gtklock/gtklock-2.0.1.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="sys-libs/pam - gui-libs/gtk-layer-shell" + >=gui-libs/gtk-layer-shell-0.6.0" BDEPEND="app-text/scdoc"