diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-01-22 01:11:12 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-01-22 01:11:12 +0000 |
commit | 10b40e7724ace2dc399783338750cda976dd5236 (patch) | |
tree | 2804884fc868a77fdd8402d553ced4a9a5e320f3 /media-gfx/blender | |
parent | Raise vala to latest version proposed by configure, bug #497018. (diff) | |
download | gentoo-2-10b40e7724ace2dc399783338750cda976dd5236.tar.gz gentoo-2-10b40e7724ace2dc399783338750cda976dd5236.tar.bz2 gentoo-2-10b40e7724ace2dc399783338750cda976dd5236.zip |
fix build with nls enabled
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-gfx/blender')
-rw-r--r-- | media-gfx/blender/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/blender/blender-2.69.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-gfx/blender/ChangeLog b/media-gfx/blender/ChangeLog index ae48f002bf4a..6dd3b62a14c8 100644 --- a/media-gfx/blender/ChangeLog +++ b/media-gfx/blender/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/blender -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v 1.258 2013/11/01 18:41:17 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v 1.259 2014/01/22 01:11:12 hasufell Exp $ + + 22 Jan 2014; Julian Ospald <hasufell@gentoo.org> blender-2.69.ebuild: + fix build with nls enabled *blender-2.69 (01 Nov 2013) diff --git a/media-gfx/blender/blender-2.69.ebuild b/media-gfx/blender/blender-2.69.ebuild index 819564beefec..ef5c4c9be278 100644 --- a/media-gfx/blender/blender-2.69.ebuild +++ b/media-gfx/blender/blender-2.69.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.69.ebuild,v 1.1 2013/11/01 18:41:17 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.69.ebuild,v 1.2 2014/01/22 01:11:12 hasufell Exp $ # TODO: # bundled-deps: bullet is modified @@ -55,7 +55,7 @@ RDEPEND=" virtual/opengl x11-libs/libXi x11-libs/libX11 - boost? ( >=dev-libs/boost-1.44[threads(+)] ) + boost? ( >=dev-libs/boost-1.44[nls?,threads(+)] ) collada? ( media-libs/opencollada ) colorio? ( media-libs/opencolorio ) cycles? ( |