sys-cluster/torque: use variable for snapshot commit

Was going to fix version but tags have.. disappeared?

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-10-01 00:22:28 +01:00
parent 08209db1ff
commit 726262fb39
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 2 additions and 1 deletions

View File

@ -3,11 +3,12 @@
EAPI=8
MY_COMMIT="6a0b37f85c7d644e9217cbab1542792d646f59a6"
inherit autotools flag-o-matic linux-info toolchain-funcs
DESCRIPTION="Resource manager and queuing system based on OpenPBS"
HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque"
SRC_URI="https://github.com/adaptivecomputing/torque/archive/6a0b37f85c7d644e9217cbab1542792d646f59a6.tar.gz -> ${P}-gh-20170829.tar.gz
SRC_URI="https://github.com/adaptivecomputing/torque/archive/${MY_COMMIT}.tar.gz -> ${P}-gh-20170829.tar.gz
https://dev.gentoo.org/~juippis/distfiles/tmp/torque-6.0.4-gcc7.patch
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-6.0.4-glibc-2.34-pthread.patch.bz2"