diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:06:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:16:47 +0200 |
commit | ba2ed7ab86def230fd31d1ebd37bc9e179b38900 (patch) | |
tree | 550971266460b824419a8a12f4269795498bde5d /sci-mathematics | |
parent | sci-mathematics/octave: Fix QA MissingSlotDep (diff) | |
download | gentoo-ba2ed7ab86def230fd31d1ebd37bc9e179b38900.tar.gz gentoo-ba2ed7ab86def230fd31d1ebd37bc9e179b38900.tar.bz2 gentoo-ba2ed7ab86def230fd31d1ebd37bc9e179b38900.zip |
sci-mathematics/octave: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-3.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-3.8.1.ebuild b/sci-mathematics/octave/octave-3.8.1.ebuild index 7dbd71083270..667ad0ca6f90 100644 --- a/sci-mathematics/octave/octave-3.8.1.ebuild +++ b/sci-mathematics/octave/octave-3.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND=" app-text/ghostscript-gpl dev-libs/libpcre - sys-libs/ncurses + sys-libs/ncurses:0= jit? ( <sys-devel/llvm-3.5 ) virtual/lapack curl? ( net-misc/curl ) |