diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-07 13:01:34 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-07 13:01:34 +0000 |
commit | dfd42e801ae93d709d0335ffa89fc92f09d60aa0 (patch) | |
tree | f87467ae6b7d6efe79477775bc8b4070eeea4f38 /sys-cluster | |
parent | Fix subslots for tk (diff) | |
download | gentoo-2-dfd42e801ae93d709d0335ffa89fc92f09d60aa0.tar.gz gentoo-2-dfd42e801ae93d709d0335ffa89fc92f09d60aa0.tar.bz2 gentoo-2-dfd42e801ae93d709d0335ffa89fc92f09d60aa0.zip |
Fix subslots for tk
Signed-off-by: Justin Lecher <jlec@gentoo.org>
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/torque/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/torque/torque-4.2.9-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/torque/ChangeLog b/sys-cluster/torque/ChangeLog index ce06bab948b7..a71374358610 100644 --- a/sys-cluster/torque/ChangeLog +++ b/sys-cluster/torque/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/torque # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.187 2015/08/05 17:32:08 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.188 2015/08/07 13:01:34 jlec Exp $ + + 07 Aug 2015; Justin Lecher <jlec@gentoo.org> torque-4.2.9-r4.ebuild: + Fix subslots for tk 05 Aug 2015; Justin Bronder <jsbronder@gentoo.org> -torque-4.2.9-r3.ebuild: sys-cluster/torque: cleanup old diff --git a/sys-cluster/torque/torque-4.2.9-r4.ebuild b/sys-cluster/torque/torque-4.2.9-r4.ebuild index 0c5a37d35b11..b88bb0e0bcc2 100644 --- a/sys-cluster/torque/torque-4.2.9-r4.ebuild +++ b/sys-cluster/torque/torque-4.2.9-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9-r4.ebuild,v 1.1 2015/08/05 17:23:36 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9-r4.ebuild,v 1.2 2015/08/07 13:01:34 jlec Exp $ EAPI=5 @@ -23,7 +23,7 @@ DEPEND_COMMON=" cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) - tk? ( dev-lang/tk:* ) + tk? ( dev-lang/tk:0 ) syslog? ( virtual/logger ) !games-util/qstat" |