diff options
author | 2015-01-07 11:33:22 +0000 | |
---|---|---|
committer | 2015-01-07 11:33:22 +0000 | |
commit | b80d6beef4a8690f895a218f71b5e6d5f48033f4 (patch) | |
tree | e2708bc8bb3f4def08b94193614b84195e7658e1 /sci-mathematics | |
parent | version bump (diff) | |
download | gentoo-2-b80d6beef4a8690f895a218f71b5e6d5f48033f4.tar.gz gentoo-2-b80d6beef4a8690f895a218f71b5e6d5f48033f4.tar.bz2 gentoo-2-b80d6beef4a8690f895a218f71b5e6d5f48033f4.zip |
Fix imagemagick/graphicsmagick sub-SLOT deps.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.8.1-r1.ebuild | 8 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.8.2.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 9d6745f69b9a..05f92354602a 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.173 2014/12/04 08:38:20 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.174 2015/01/07 11:33:22 jer Exp $ + + 07 Jan 2015; Jeroen Roovers <jer@gentoo.org> octave-3.8.1-r1.ebuild, + octave-3.8.2.ebuild: + Fix imagemagick/graphicsmagick sub-SLOT deps. 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> octave-3.8.2.ebuild: Stable for ppc64, wrt bug #528002 diff --git a/sci-mathematics/octave/octave-3.8.1-r1.ebuild b/sci-mathematics/octave/octave-3.8.1-r1.ebuild index 1f87611691b9..d29b439f6c69 100644 --- a/sci-mathematics/octave/octave-3.8.1-r1.ebuild +++ b/sci-mathematics/octave/octave-3.8.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.5 2014/09/09 13:18:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.6 2015/01/07 11:33:22 jer Exp $ EAPI=5 @@ -31,8 +31,8 @@ RDEPEND=" gui? ( x11-libs/qscintilla:0= ) hdf5? ( sci-libs/hdf5:0= ) imagemagick? ( || ( - media-gfx/graphicsmagick:0=[cxx] - media-gfx/imagemagick:0=[cxx] ) ) + media-gfx/graphicsmagick:=[cxx] + media-gfx/imagemagick:=[cxx] ) ) java? ( >=virtual/jre-1.6.0 ) jit? ( <sys-devel/llvm-3.5 ) opengl? ( diff --git a/sci-mathematics/octave/octave-3.8.2.ebuild b/sci-mathematics/octave/octave-3.8.2.ebuild index b0d8e8457d92..be674ccb9a71 100644 --- a/sci-mathematics/octave/octave-3.8.2.ebuild +++ b/sci-mathematics/octave/octave-3.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v 1.7 2014/12/04 08:38:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v 1.8 2015/01/07 11:33:22 jer Exp $ EAPI=5 @@ -31,8 +31,8 @@ RDEPEND=" gui? ( x11-libs/qscintilla:0= ) hdf5? ( sci-libs/hdf5:0= ) imagemagick? ( || ( - media-gfx/graphicsmagick:0=[cxx] - media-gfx/imagemagick:0=[cxx] ) ) + media-gfx/graphicsmagick:=[cxx] + media-gfx/imagemagick:=[cxx] ) ) java? ( >=virtual/jre-1.6.0 ) jit? ( <sys-devel/llvm-3.5:0= ) opengl? ( |