jlec        15/01/24 14:29:05

  Modified:             ChangeLog tk-8.6.3.ebuild
  Log:
  dev-lang/tk: Add minimal dep versions for multilib support, #537400
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.210                dev-lang/tk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.210&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?rev=1.210&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/ChangeLog?r1=1.209&r2=1.210

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog   23 Jan 2015 11:26:53 -0000      1.209
+++ ChangeLog   24 Jan 2015 14:29:05 -0000      1.210
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.209 2015/01/23 
11:26:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.210 2015/01/24 
14:29:05 jlec Exp $
+
+  24 Jan 2015; Justin Lecher <[email protected]> tk-8.6.3.ebuild:
+  Add minimal dep versions for multilib support, #537400
 
   23 Jan 2015; Justin Lecher <[email protected]> tk-8.6.3.ebuild:
   Add multilib support, #537400; thanks Martin Gysel (bearsh) for preparing the



1.3                  dev-lang/tk/tk-8.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild?r1=1.2&r2=1.3

Index: tk-8.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tk-8.6.3.ebuild     23 Jan 2015 11:26:53 -0000      1.2
+++ tk-8.6.3.ebuild     24 Jan 2015 14:29:05 -0000      1.3
@@ -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/dev-lang/tk/tk-8.6.3.ebuild,v 1.2 
2015/01/23 11:26:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.3.ebuild,v 1.3 
2015/01/24 14:29:05 jlec Exp $
 
 EAPI=5
 
@@ -19,15 +19,15 @@
 
 RDEPEND="
        !aqua? (
-               media-libs/fontconfig[${MULTILIB_USEDEP}]
-               x11-libs/libX11[${MULTILIB_USEDEP}]
-               x11-libs/libXt[${MULTILIB_USEDEP}]
-               truetype? ( x11-libs/libXft[${MULTILIB_USEDEP}] )
-               xscreensaver? ( x11-libs/libXScrnSaver[${MULTILIB_USEDEP}] )
+               >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
+               >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+               >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
+               truetype? ( >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}] )
+               xscreensaver? ( 
>=x11-libs/libXScrnSaver-1.2.2-r1[${MULTILIB_USEDEP}] )
        )
        ~dev-lang/tcl-${PV}[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
-       !aqua? ( x11-proto/xproto[${MULTILIB_USEDEP}] )"
+       !aqua? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )"
 
 # Not bumped to 8.6
 #RESTRICT=test




Reply via email to