diff options
-rw-r--r-- | profiles/arch/powerpc/ppc64/package.use.stable.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.stable.mask | 4 | ||||
-rw-r--r-- | sys-cluster/torque/torque-4.1.7-r2.ebuild | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask index 25e2c0c0a200..91ea8bff98d5 100644 --- a/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2022-03-07) +# sys-cluster/torque not marked stable on ppc64 +sys-cluster/openmpi openmpi_rm_pbs + # Marek Szuba <marecki@gentoo.org> (2021-12-31) # No stable dev-ruby/{thor,tty-editor} on this arch yet # and there are many dependencies to go through before there are diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 3e8a393cba95..bc43a2e756c0 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2022-03-07) +# sys-cluster/torque not marked stable on sparc +sys-cluster/openmpi openmpi_rm_pbs + # Marek Szuba <marecki@gentoo.org> (2021-09-10) # no stable dev-ruby/{thor,tty-editor} on this arch yet # and there are many dependencies to go through before there are diff --git a/sys-cluster/torque/torque-4.1.7-r2.ebuild b/sys-cluster/torque/torque-4.1.7-r2.ebuild index 7069973eae0e..42d73e4f5ab6 100644 --- a/sys-cluster/torque/torque-4.1.7-r2.ebuild +++ b/sys-cluster/torque/torque-4.1.7-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.adaptivecomputing.com/index.php?wpfb_dl=1690 -> ${P}.tar.gz" LICENSE="torque-2.5" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="cpusets +crypt doc drmaa munge nvidia server +syslog tk" DEPEND_COMMON=" |