commit:     aa08ea9e0f186385d636cfeeb6db759efc4d653a
Author:     Hayley Hughes <hayley <AT> foxes <DOT> systems>
AuthorDate: Sat Dec 17 09:04:07 2022 +0000
Commit:     Hayley Hughes <hayley <AT> foxes <DOT> 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 <hayley <AT> 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"
 

Reply via email to