commit: 2d2cfb286218049506baf059c27d56bf4b3235d2 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Apr 5 11:07:13 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Apr 5 11:07:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d2cfb28
gui-apps/hyprshot: escape dollar sign in optfeature messages Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> gui-apps/hyprshot/hyprshot-1.3.0-r1.ebuild | 2 +- gui-apps/hyprshot/hyprshot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/hyprshot/hyprshot-1.3.0-r1.ebuild b/gui-apps/hyprshot/hyprshot-1.3.0-r1.ebuild index 7db972012..65b48fb09 100644 --- a/gui-apps/hyprshot/hyprshot-1.3.0-r1.ebuild +++ b/gui-apps/hyprshot/hyprshot-1.3.0-r1.ebuild @@ -30,5 +30,5 @@ src_install() { pkg_postinst() { optfeature "Screen freezing with --freeze" gui-apps/hyprpicker - optfeature "$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs + optfeature "\$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs } diff --git a/gui-apps/hyprshot/hyprshot-9999.ebuild b/gui-apps/hyprshot/hyprshot-9999.ebuild index 085e84d4c..dce05abab 100644 --- a/gui-apps/hyprshot/hyprshot-9999.ebuild +++ b/gui-apps/hyprshot/hyprshot-9999.ebuild @@ -28,5 +28,5 @@ src_install() { pkg_postinst() { optfeature "Screen freezing with --freeze" gui-apps/hyprpicker - optfeature "$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs + optfeature "\$XDG_PICTURES_DIR detection" x11-misc/xdg-user-dirs }