summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-07-05 14:47:44 +0000
committerMichał Górny <mgorny@gentoo.org>2015-07-05 14:47:44 +0000
commit434fba6cfaeb08b58fbfefa22bb57bff59ad3c94 (patch)
tree4a1b8401e5f82ac03a81764f7619676d5721262d /sci-mathematics
parentx86 stable wrt bug #550414 (diff)
downloadgentoo-2-434fba6cfaeb08b58fbfefa22bb57bff59ad3c94.tar.gz
gentoo-2-434fba6cfaeb08b58fbfefa22bb57bff59ad3c94.tar.bz2
gentoo-2-434fba6cfaeb08b58fbfefa22bb57bff59ad3c94.zip
Remove slot operators from || () block where they are broken.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/octave/ChangeLog6
-rw-r--r--sci-mathematics/octave/octave-3.8.1-r1.ebuild6
-rw-r--r--sci-mathematics/octave/octave-3.8.2.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index 05f92354602a..58ab58003200 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.175 2015/07/05 14:47:44 mgorny Exp $
+
+ 05 Jul 2015; Michał Górny <mgorny@gentoo.org> octave-3.8.1-r1.ebuild,
+ octave-3.8.2.ebuild:
+ Remove slot operators from || () block where they are broken.
07 Jan 2015; Jeroen Roovers <jer@gentoo.org> octave-3.8.1-r1.ebuild,
octave-3.8.2.ebuild:
diff --git a/sci-mathematics/octave/octave-3.8.1-r1.ebuild b/sci-mathematics/octave/octave-3.8.1-r1.ebuild
index d29b439f6c69..41bd7cbba23a 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-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.6 2015/01/07 11:33:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.7 2015/07/05 14:47:44 mgorny Exp $
EAPI=5
@@ -31,8 +31,8 @@ RDEPEND="
gui? ( x11-libs/qscintilla:0= )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? ( || (
- media-gfx/graphicsmagick:=[cxx]
- media-gfx/imagemagick:=[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 be674ccb9a71..d3c0b0c9f4c9 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-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.8 2015/01/07 11:33:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v 1.9 2015/07/05 14:47:44 mgorny Exp $
EAPI=5
@@ -31,8 +31,8 @@ RDEPEND="
gui? ( x11-libs/qscintilla:0= )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? ( || (
- media-gfx/graphicsmagick:=[cxx]
- media-gfx/imagemagick:=[cxx] ) )
+ media-gfx/graphicsmagick[cxx]
+ media-gfx/imagemagick[cxx] ) )
java? ( >=virtual/jre-1.6.0 )
jit? ( <sys-devel/llvm-3.5:0= )
opengl? (