Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fracplanet/
Date: Wed, 20 May 2020 17:43:20
Message-Id: 1589996568.92e91aa064901c1ceb3ebd09d3cf2b8c9cb9b039.asturm@gentoo
1 commit: 92e91aa064901c1ceb3ebd09d3cf2b8c9cb9b039
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 16:06:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 17:42:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e91aa0
7
8 x11-misc/fracplanet: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild
17 index 69e53bf216c..d7c7c844b28 100644
18 --- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild
19 +++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild
20 @@ -1,7 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27 +
28 inherit qmake-utils
29
30 DESCRIPTION="Fractal planet and terrain generator"
31 @@ -15,6 +16,7 @@ LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34
35 +BDEPEND="dev-libs/libxslt"
36 RDEPEND="
37 dev-libs/boost:=
38 dev-qt/qtcore:5
39 @@ -24,10 +26,8 @@ RDEPEND="
40 virtual/glu
41 virtual/opengl
42 "
43 -DEPEND="
44 - ${RDEPEND}
45 - dev-libs/libxslt
46 -"
47 +DEPEND="${RDEPEND}"
48 +
49 HTML_DOCS=( fracplanet.{htm,css} )
50
51 src_configure() {