diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:31 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:31 +0200 |
commit | a5644c44c070a29eeafd07124d218c684f0b1c18 (patch) | |
tree | 7e76b93f26c57fe547543576db7c6d141b6d2689 /sci-visualization/spyview | |
parent | sci-libs/miopen: remove stale boost lower bounds (diff) | |
download | gentoo-a5644c44c070a29eeafd07124d218c684f0b1c18.tar.gz gentoo-a5644c44c070a29eeafd07124d218c684f0b1c18.tar.bz2 gentoo-a5644c44c070a29eeafd07124d218c684f0b1c18.zip |
sci-visualization/spyview: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-visualization/spyview')
-rw-r--r-- | sci-visualization/spyview/spyview-2018.12.24.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/spyview/spyview-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/spyview/spyview-2018.12.24.ebuild b/sci-visualization/spyview/spyview-2018.12.24.ebuild index 80d0f7cecd27..887b1f8e05b1 100644 --- a/sci-visualization/spyview/spyview-2018.12.24.ebuild +++ b/sci-visualization/spyview/spyview-2018.12.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ SLOT="0" IUSE="" COMMON_DEPEND=" - >=dev-libs/boost-1.62.0:= + dev-libs/boost:= media-libs/netpbm x11-libs/fltk:1[opengl] app-text/ghostscript-gpl diff --git a/sci-visualization/spyview/spyview-9999.ebuild b/sci-visualization/spyview/spyview-9999.ebuild index d43c86369ebe..e5448ad183e5 100644 --- a/sci-visualization/spyview/spyview-9999.ebuild +++ b/sci-visualization/spyview/spyview-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ SLOT="0" IUSE="" COMMON_DEPEND=" - >=dev-libs/boost-1.62.0:= + dev-libs/boost:= media-libs/netpbm x11-libs/fltk:1[opengl] app-text/ghostscript-gpl |