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 E991D15ACFB for ; Sun, 16 Apr 2023 04:08:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E90FE08DC; Sun, 16 Apr 2023 04:08: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD385E08DC for ; Sun, 16 Apr 2023 04:08:30 +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 76E80340955 for ; Sun, 16 Apr 2023 04:08:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C35138DF for ; Sun, 16 Apr 2023 04:08:27 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1681618098.1df5f67b5a0cd63ac608a3221e7713c55585c862.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1df5f67b5a0cd63ac608a3221e7713c55585c862 X-VCS-Branch: master Date: Sun, 16 Apr 2023 04:08:27 +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: 459988ee-91af-4af0-959f-206357f84201 X-Archives-Hash: 71addf31f4cc3f872066dcf220b4ef89 commit: 1df5f67b5a0cd63ac608a3221e7713c55585c862 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 16 04:05:39 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 16 04:08:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df5f67b x11-terms/kitty: update live Turns out these *.so files were obsolete and being compiled+installed by mistake. Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/kitty/kitty-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 4f133e2c0b61..376cd09c4465 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -70,12 +70,7 @@ BDEPEND=" wayland? ( dev-util/wayland-scanner )" [[ ${PV} == 9999 ]] || BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-kovidgoyal )" -# kitten: written in Go -# *.so: unsure for their use but they have no objects, so CFLAGS play no part -QA_FLAGS_IGNORED=" - usr/bin/kitten - usr/lib.*/kitty/kittens/diff/diff_speedup.so - usr/lib.*/kitty/kittens/unicode_input/unicode_names.so" +QA_FLAGS_IGNORED="usr/bin/kitten" # written in Go src_unpack() { if [[ ${PV} == 9999 ]]; then