From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD42313835A for ; Wed, 20 May 2020 17:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE587E098E; Wed, 20 May 2020 17:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1BDFE098E for ; Wed, 20 May 2020 17:43:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3160034F21B for ; Wed, 20 May 2020 17:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E3F256 for ; Wed, 20 May 2020 17:43:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1589996568.92e91aa064901c1ceb3ebd09d3cf2b8c9cb9b039.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fracplanet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/fracplanet/fracplanet-0.5.1.ebuild X-VCS-Directories: x11-misc/fracplanet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 92e91aa064901c1ceb3ebd09d3cf2b8c9cb9b039 X-VCS-Branch: master Date: Wed, 20 May 2020 17:43:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43278e07-7019-4a08-9f0a-cb31b18eaf41 X-Archives-Hash: c03968d595544759022ea906644a6cc0 commit: 92e91aa064901c1ceb3ebd09d3cf2b8c9cb9b039 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 16:06:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 17:42:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e91aa0 x11-misc/fracplanet: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/fracplanet/fracplanet-0.5.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild index 69e53bf216c..d7c7c844b28 100644 --- a/x11-misc/fracplanet/fracplanet-0.5.1.ebuild +++ b/x11-misc/fracplanet/fracplanet-0.5.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit qmake-utils DESCRIPTION="Fractal planet and terrain generator" @@ -15,6 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="dev-libs/libxslt" RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 @@ -24,10 +26,8 @@ RDEPEND=" virtual/glu virtual/opengl " -DEPEND=" - ${RDEPEND} - dev-libs/libxslt -" +DEPEND="${RDEPEND}" + HTML_DOCS=( fracplanet.{htm,css} ) src_configure() {