summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-04 17:09:38 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-04 17:32:11 +0100
commitf4efb8894ccd6c9dfbf0cf265178852549c3daab (patch)
tree8c48094e03a0c0126eb977ea9bbbe80aca56f6e2 /x11-misc/screenkey
parentsci-mathematics/smtinterpol: H -> COMMIT (diff)
downloadgentoo-f4efb8894ccd6c9dfbf0cf265178852549c3daab.tar.gz
gentoo-f4efb8894ccd6c9dfbf0cf265178852549c3daab.tar.bz2
gentoo-f4efb8894ccd6c9dfbf0cf265178852549c3daab.zip
x11-misc/screenkey: H -> COMMIT
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'x11-misc/screenkey')
-rw-r--r--x11-misc/screenkey/screenkey-1.5_p20230109.ebuild6
1 files 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"