diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:22:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:28 +0100 |
commit | 726262fb39d0220b2a19552f323504c8d68a7831 (patch) | |
tree | b5719529af0362e97261e9f6bb663b8405427032 | |
parent | sci-mathematics/geogebra-bin: fix StaticSrcUri (diff) | |
download | gentoo-726262fb39d0220b2a19552f323504c8d68a7831.tar.gz gentoo-726262fb39d0220b2a19552f323504c8d68a7831.tar.bz2 gentoo-726262fb39d0220b2a19552f323504c8d68a7831.zip |
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>
-rw-r--r-- | sys-cluster/torque/torque-6.0.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/torque/torque-6.0.4-r2.ebuild b/sys-cluster/torque/torque-6.0.4-r2.ebuild index 9019fab049ec..b3886f93053d 100644 --- a/sys-cluster/torque/torque-6.0.4-r2.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r2.ebuild @@ -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" |