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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17591158086 for ; Sun, 21 Nov 2021 09:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55FBFE0826; Sun, 21 Nov 2021 09:45:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B978E0826 for ; Sun, 21 Nov 2021 09:45:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFB3F342E65 for ; Sun, 21 Nov 2021 09:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A1C81B3 for ; Sun, 21 Nov 2021 09:45:46 +0000 (UTC) From: "Ryan Fox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Fox" Message-ID: <1637487927.51e841091a169a22c5d5f3d76d10fb8489d91711.flewkey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot-terminfo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild gui-apps/foot-terminfo/foot-terminfo-9999.ebuild X-VCS-Directories: gui-apps/foot-terminfo/ X-VCS-Committer: flewkey X-VCS-Committer-Name: Ryan Fox X-VCS-Revision: 51e841091a169a22c5d5f3d76d10fb8489d91711 X-VCS-Branch: dev Date: Sun, 21 Nov 2021 09:45:46 +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: d25cf04a-1a2b-4158-918e-951ceff2214e X-Archives-Hash: 838967467ba6f695a187c8bc9b0a4a98 commit: 51e841091a169a22c5d5f3d76d10fb8489d91711 Author: Ryan Fox 2a03 party> AuthorDate: Sun Nov 21 09:39:03 2021 +0000 Commit: Ryan Fox 2a03 party> CommitDate: Sun Nov 21 09:45:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51e84109 gui-apps/foot-terminfo: Prevent package collision Versions of sys-libs/ncurses since 2021-07-31 have added a version of the foot terminfo with less features. Due to issues with installing terminfo in a nonstandard location, the current recommendation is to use the ncurses version if it is installed. This adds a blocking dependency for recent versions of sys-libs/ncurses to prevent the package conflict. Closes: https://bugs.gentoo.org/825434 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ryan Fox 2a03.party> gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild | 4 ++-- gui-apps/foot-terminfo/foot-terminfo-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild b/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild index d72edcdf7..7a520230f 100644 --- a/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild +++ b/gui-apps/foot-terminfo/foot-terminfo-1.10.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} != *9999* ]]; then SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz -> foot-${PV}.tar.gz" @@ -18,7 +18,7 @@ LICENSE="MIT" SLOT="0" DEPEND="" -RDEPEND="${DEPEND}" +RDEPEND="