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 166EF1382C5 for ; Wed, 3 Mar 2021 17:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F850E0882; Wed, 3 Mar 2021 17:40:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 40AB5E0882 for ; Wed, 3 Mar 2021 17:40:44 +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 1909F340F91 for ; Wed, 3 Mar 2021 17:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D0A4F1 for ; Wed, 3 Mar 2021 17:40:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614790304.edbc7d5eff331c0f5684c59f27a7cac2123b2690.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/predict/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/predict/predict-2.2.3-r2.ebuild X-VCS-Directories: sci-astronomy/predict/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edbc7d5eff331c0f5684c59f27a7cac2123b2690 X-VCS-Branch: master Date: Wed, 3 Mar 2021 17:40:40 +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: 514fdd80-c478-4456-bae9-79808b8d0bc9 X-Archives-Hash: a45a28a0cb9d3aef3497fce7c22e1d95 commit: edbc7d5eff331c0f5684c59f27a7cac2123b2690 Author: Jakov Smolic sartura hr> AuthorDate: Tue Mar 2 19:26:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 3 16:51:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbc7d5e sci-astronomy/predict: Apply gcc-10 workaround Closes: https://bugs.gentoo.org/756235 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> sci-astronomy/predict/predict-2.2.3-r2.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sci-astronomy/predict/predict-2.2.3-r2.ebuild b/sci-astronomy/predict/predict-2.2.3-r2.ebuild index df1044cfeb9..a56e5e83ba4 100644 --- a/sci-astronomy/predict/predict-2.2.3-r2.ebuild +++ b/sci-astronomy/predict/predict-2.2.3-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools toolchain-funcs +inherit autotools flag-o-matic toolchain-funcs -DEB_P=${PN}_${PV} +DEB_P="${PN}_${PV}" DEB_PR=3.1 DESCRIPTION="Satellite tracking and orbital prediction" @@ -18,14 +18,15 @@ SLOT="0" IUSE="doc gtk nls xforms xplanet" KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" -RDEPEND="sys-libs/ncurses:0= +RDEPEND=" + sys-libs/ncurses:0= gtk? ( x11-libs/gtk+:2 ) xforms? ( x11-libs/xforms ) xplanet? ( x11-misc/xplanet[truetype] )" DEPEND="${RDEPEND}" PATCHES=( - "${FILESDIR}"/"${P}"-earthtrack.patch + "${FILESDIR}"/${P}-earthtrack.patch "${WORKDIR}"/${DEB_P}-${DEB_PR}.diff ) @@ -74,6 +75,7 @@ AC_SEARCH_LIBS([dlclose], [dl])' \ } src_configure() { + append-cflags -fcommon if use gtk; then cd "${S}"/clients/gsat-* || die econf $(use_enable nls)