jlec 15/08/07 13:01:34 Modified: torque-4.2.9-r4.ebuild ChangeLog Log: Fix subslots for tk Signed-off-by: Justin Lecher <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 sys-cluster/torque/torque-4.2.9-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.2.9-r4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.2.9-r4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-4.2.9-r4.ebuild?r1=1.1&r2=1.2 Index: torque-4.2.9-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9-r4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- torque-4.2.9-r4.ebuild 5 Aug 2015 17:23:36 -0000 1.1 +++ torque-4.2.9-r4.ebuild 7 Aug 2015 13:01:34 -0000 1.2 @@ -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 @@ 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" 1.188 sys-cluster/torque/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.188&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.188&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.187&r2=1.188 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- ChangeLog 5 Aug 2015 17:32:08 -0000 1.187 +++ ChangeLog 7 Aug 2015 13:01:34 -0000 1.188 @@ -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 <[email protected]> torque-4.2.9-r4.ebuild: + Fix subslots for tk 05 Aug 2015; Justin Bronder <[email protected]> -torque-4.2.9-r3.ebuild: sys-cluster/torque: cleanup old
