diff options
author | Hayley Hughes <hayley@foxes.systems> | 2022-12-17 20:04:07 +1100 |
---|---|---|
committer | Hayley Hughes <hayley@foxes.systems> | 2022-12-17 20:08:57 +1100 |
commit | aa08ea9e0f186385d636cfeeb6db759efc4d653a (patch) | |
tree | ed0160574a5f3f5e9a66e2c83759adba565cfe46 /gui-apps | |
parent | net-misc/maestral-qt: drop 1.6.4 (diff) | |
download | guru-aa08ea9e0f186385d636cfeeb6db759efc4d653a.tar.gz guru-aa08ea9e0f186385d636cfeeb6db759efc4d653a.tar.bz2 guru-aa08ea9e0f186385d636cfeeb6db759efc4d653a.zip |
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@foxes.systems>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/gtklock/gtklock-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |