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 B3A0B158086 for ; Tue, 4 Jan 2022 03:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 534FC2BC053; Tue, 4 Jan 2022 03:29:31 +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 2E78B2BC053 for ; Tue, 4 Jan 2022 03:29:31 +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 3134634319F for ; Tue, 4 Jan 2022 03:29:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280A42A5 for ; Tue, 4 Jan 2022 03:29:25 +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: <1641266942.12818c6d08b80e8c9859218d85b41289438610b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/xterm/xterm-366.ebuild x11-terms/xterm/xterm-367.ebuild x11-terms/xterm/xterm-368.ebuild x11-terms/xterm/xterm-369.ebuild X-VCS-Directories: x11-terms/xterm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12818c6d08b80e8c9859218d85b41289438610b4 X-VCS-Branch: master Date: Tue, 4 Jan 2022 03:29:25 +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: 41b67f5a-82e1-4c46-b047-a395d82fdd60 X-Archives-Hash: c69ff3099285021abdbf675f6487e391 commit: 12818c6d08b80e8c9859218d85b41289438610b4 Author: David Seifert gentoo org> AuthorDate: Mon Jan 3 16:27:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 4 03:29:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12818c6d x11-terms/xterm: remove kernel_FreeBSD Signed-off-by: David Seifert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/23641 Signed-off-by: Sam James gentoo.org> x11-terms/xterm/xterm-366.ebuild | 6 +++--- x11-terms/xterm/xterm-367.ebuild | 6 +++--- x11-terms/xterm/xterm-368.ebuild | 6 +++--- x11-terms/xterm/xterm-369.ebuild | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/x11-terms/xterm/xterm-366.ebuild b/x11-terms/xterm/xterm-366.ebuild index 86edf8cd23ef..99c8680dc55c 100644 --- a/x11-terms/xterm/xterm-366.ebuild +++ b/x11-terms/xterm/xterm-366.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama" BDEPEND="virtual/pkgconfig x11-base/xorg-proto" -DEPEND="kernel_linux? ( sys-libs/libutempter ) - kernel_FreeBSD? ( sys-libs/libutempter ) +DEPEND=" + kernel_linux? ( sys-libs/libutempter ) media-libs/fontconfig:1.0 >=sys-libs/ncurses-5.7-r7:0= x11-apps/xmessage diff --git a/x11-terms/xterm/xterm-367.ebuild b/x11-terms/xterm/xterm-367.ebuild index 86edf8cd23ef..99c8680dc55c 100644 --- a/x11-terms/xterm/xterm-367.ebuild +++ b/x11-terms/xterm/xterm-367.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama" BDEPEND="virtual/pkgconfig x11-base/xorg-proto" -DEPEND="kernel_linux? ( sys-libs/libutempter ) - kernel_FreeBSD? ( sys-libs/libutempter ) +DEPEND=" + kernel_linux? ( sys-libs/libutempter ) media-libs/fontconfig:1.0 >=sys-libs/ncurses-5.7-r7:0= x11-apps/xmessage diff --git a/x11-terms/xterm/xterm-368.ebuild b/x11-terms/xterm/xterm-368.ebuild index 360ff3a47763..b29486ec821a 100644 --- a/x11-terms/xterm/xterm-368.ebuild +++ b/x11-terms/xterm/xterm-368.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama" BDEPEND="virtual/pkgconfig x11-base/xorg-proto" -DEPEND="kernel_linux? ( sys-libs/libutempter ) - kernel_FreeBSD? ( sys-libs/libutempter ) +DEPEND=" + kernel_linux? ( sys-libs/libutempter ) media-libs/fontconfig:1.0 >=sys-libs/ncurses-5.7-r7:0= x11-apps/xmessage diff --git a/x11-terms/xterm/xterm-369.ebuild b/x11-terms/xterm/xterm-369.ebuild index c82fc284ca0f..57e07cc5fdd8 100644 --- a/x11-terms/xterm/xterm-369.ebuild +++ b/x11-terms/xterm/xterm-369.ebuild @@ -16,8 +16,8 @@ IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama" BDEPEND="virtual/pkgconfig x11-base/xorg-proto" -DEPEND="kernel_linux? ( sys-libs/libutempter ) - kernel_FreeBSD? ( sys-libs/libutempter ) +DEPEND=" + kernel_linux? ( sys-libs/libutempter ) media-libs/fontconfig:1.0 >=sys-libs/ncurses-5.7-r7:0= x11-apps/xmessage