diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 12:50:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 12:50:00 +0300 |
commit | f39d632b12f70d6c6c9110fa858b49a39d9e06e7 (patch) | |
tree | f22280b2c31f76bd0b73de3824ce156c7795787b /sci-mathematics | |
parent | net-wireless/aircrack-ng: remove libressl support (diff) | |
download | gentoo-f39d632b12f70d6c6c9110fa858b49a39d9e06e7.tar.gz gentoo-f39d632b12f70d6c6c9110fa858b49a39d9e06e7.tar.bz2 gentoo-f39d632b12f70d6c6c9110fa858b49a39d9e06e7.zip |
sci-mathematics/octave: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-5.2.0.ebuild | 7 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-6.2.0.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/sci-mathematics/octave/octave-5.2.0.ebuild b/sci-mathematics/octave/octave-5.2.0.ebuild index 873ea617a81f..0427a86b5e74 100644 --- a/sci-mathematics/octave/octave-5.2.0.ebuild +++ b/sci-mathematics/octave/octave-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/octave/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0/${PV}" -IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl +IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl portaudio postscript +qhull +qrupdate readline sndfile +sparse ssl static-libs X zlib" KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" @@ -48,8 +48,7 @@ RDEPEND=" x11-libs/gl2ps:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) portaudio? ( media-libs/portaudio ) postscript? ( diff --git a/sci-mathematics/octave/octave-6.2.0.ebuild b/sci-mathematics/octave/octave-6.2.0.ebuild index 0485737c240b..f38aa0631f6a 100644 --- a/sci-mathematics/octave/octave-6.2.0.ebuild +++ b/sci-mathematics/octave/octave-6.2.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/octave/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0/${PV}" -IUSE="curl doc fftw +glpk gnuplot gui hdf5 java libressl opengl +IUSE="curl doc fftw +glpk gnuplot gui hdf5 java opengl portaudio postscript +qhull +qrupdate readline sndfile +sparse ssl static-libs sundials X zlib" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" @@ -71,8 +71,7 @@ RDEPEND=" sci-libs/umfpack:0= ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) sundials? ( >=sci-libs/sundials-4:0= ) X? ( x11-libs/libX11:0= )" |