commit:     f4efb8894ccd6c9dfbf0cf265178852549c3daab
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 16:09:38 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 16:32:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4efb889

x11-misc/screenkey: H -> COMMIT

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 x11-misc/screenkey/screenkey-1.5_p20230109.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild 
b/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild
index 065d94897723..d9ae207590c5 100644
--- a/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild
+++ b/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild
@@ -16,10 +16,10 @@ if [[ ${PV} == *9999* ]]; then
        EGIT_REPO_URI="https://gitlab.com/screenkey/${PN}.git";
 else
        if [[ ${PV} == *_p20230109 ]] ; then
-               H=7bdba66574244061c6e1934c4f204d02d570f182
-               
SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${H}/${PN}-${H}.tar.bz2
+               COMMIT=7bdba66574244061c6e1934c4f204d02d570f182
+               
SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.bz2
                        -> ${P}.tar.bz2"
-               S="${WORKDIR}"/${PN}-${H}
+               S="${WORKDIR}"/${PN}-${COMMIT}
        else
                
SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
                        -> ${P}.tar.bz2"

Reply via email to