diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-24 14:29:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-24 14:29:05 +0000 |
commit | 21bd8e7e80559620b0b513870462f702cc8104bc (patch) | |
tree | 3434bda03536f8eab4cd0e8b2496a8084ff9586d /dev-lang | |
parent | Add ~ppc and ~ppc64 (diff) | |
download | gentoo-2-21bd8e7e80559620b0b513870462f702cc8104bc.tar.gz gentoo-2-21bd8e7e80559620b0b513870462f702cc8104bc.tar.bz2 gentoo-2-21bd8e7e80559620b0b513870462f702cc8104bc.zip |
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!)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.6.3.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog index f70bdc5f8f18..237f2c0b7d66 100644 --- a/dev-lang/tk/ChangeLog +++ b/dev-lang/tk/ChangeLog @@ -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 <jlec@gentoo.org> tk-8.6.3.ebuild: + Add minimal dep versions for multilib support, #537400 23 Jan 2015; Justin Lecher <jlec@gentoo.org> tk-8.6.3.ebuild: Add multilib support, #537400; thanks Martin Gysel (bearsh) for preparing the diff --git a/dev-lang/tk/tk-8.6.3.ebuild b/dev-lang/tk/tk-8.6.3.ebuild index a3e8a3e3abaa..304461bc7c3f 100644 --- a/dev-lang/tk/tk-8.6.3.ebuild +++ b/dev-lang/tk/tk-8.6.3.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/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 @@ IUSE="debug +threads truetype aqua xscreensaver" 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 |