Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
Date: Sun, 04 Sep 2022 13:04:02
Message-Id: 1662296611.a5644c44c070a29eeafd07124d218c684f0b1c18.soap@gentoo
1 commit: a5644c44c070a29eeafd07124d218c684f0b1c18
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 13:03:31 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 13:03:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5644c44
7
8 sci-visualization/spyview: remove stale boost lower bounds
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sci-visualization/spyview/spyview-2018.12.24.ebuild | 4 ++--
13 sci-visualization/spyview/spyview-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-visualization/spyview/spyview-2018.12.24.ebuild b/sci-visualization/spyview/spyview-2018.12.24.ebuild
17 index 80d0f7cecd27..887b1f8e05b1 100644
18 --- a/sci-visualization/spyview/spyview-2018.12.24.ebuild
19 +++ b/sci-visualization/spyview/spyview-2018.12.24.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -21,7 +21,7 @@ SLOT="0"
27 IUSE=""
28
29 COMMON_DEPEND="
30 - >=dev-libs/boost-1.62.0:=
31 + dev-libs/boost:=
32 media-libs/netpbm
33 x11-libs/fltk:1[opengl]
34 app-text/ghostscript-gpl
35
36 diff --git a/sci-visualization/spyview/spyview-9999.ebuild b/sci-visualization/spyview/spyview-9999.ebuild
37 index d43c86369ebe..e5448ad183e5 100644
38 --- a/sci-visualization/spyview/spyview-9999.ebuild
39 +++ b/sci-visualization/spyview/spyview-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -21,7 +21,7 @@ SLOT="0"
47 IUSE=""
48
49 COMMON_DEPEND="
50 - >=dev-libs/boost-1.62.0:=
51 + dev-libs/boost:=
52 media-libs/netpbm
53 x11-libs/fltk:1[opengl]
54 app-text/ghostscript-gpl