From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 494431582EF for ; Wed, 12 Feb 2025 18:24:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 28EF73430DE for ; Wed, 12 Feb 2025 18:24:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 263CF11042D; Wed, 12 Feb 2025 18:24:46 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 1FF5011042D for ; Wed, 12 Feb 2025 18:24:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD0873430DE for ; Wed, 12 Feb 2025 18:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BBC8E65 for ; Wed, 12 Feb 2025 18:24:44 +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: <1739384653.c0bdb6fcd3305b4b743dbe333ef554d4e5a5a75b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/jfbterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/jfbterm/jfbterm-0.4.7-r5.ebuild X-VCS-Directories: app-i18n/jfbterm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0bdb6fcd3305b4b743dbe333ef554d4e5a5a75b X-VCS-Branch: master Date: Wed, 12 Feb 2025 18:24:44 +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: ab7fa2b7-bf22-4a22-9f23-fc2176ecf3d3 X-Archives-Hash: dacf16f2bf6091337fcdc3cb69c704fc commit: c0bdb6fcd3305b4b743dbe333ef554d4e5a5a75b Author: Sam James gentoo org> AuthorDate: Wed Feb 12 18:24:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 12 18:24:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bdb6fc app-i18n/jfbterm: fix whitespace Signed-off-by: Sam James gentoo.org> app-i18n/jfbterm/jfbterm-0.4.7-r5.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-i18n/jfbterm/jfbterm-0.4.7-r5.ebuild b/app-i18n/jfbterm/jfbterm-0.4.7-r5.ebuild index 17e2545b6782..660159b5f6f9 100644 --- a/app-i18n/jfbterm/jfbterm-0.4.7-r5.ebuild +++ b/app-i18n/jfbterm/jfbterm-0.4.7-r5.ebuild @@ -16,12 +16,13 @@ IUSE="debug" # ncurses is runtime-onlu dependency, because program provides it's own terminfo # gzip needed for unpacking font at runtime -RDEPEND="media-fonts/font-misc-misc +RDEPEND=" + media-fonts/font-misc-misc media-fonts/intlfonts media-fonts/unifont sys-libs/ncurses - app-alternatives/gzip" - + app-alternatives/gzip +" PATCHES=( "${FILESDIR}"/${PN}-sigchld-debian.patch