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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 461E01581B9 for ; Fri, 26 Sep 2025 18:43:44 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2C415340E30 for ; Fri, 26 Sep 2025 18:43:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F44B110573; Fri, 26 Sep 2025 18:43:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 142DF110573 for ; Fri, 26 Sep 2025 18:43:43 +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 C37D4340E18 for ; Fri, 26 Sep 2025 18:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A6C34EF for ; Fri, 26 Sep 2025 18:43:41 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1758912216.bc77d1f6466465f18787b1a645e296d4c00cd945.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/blackbox/blackbox-0.77-r2.ebuild X-VCS-Directories: x11-wm/blackbox/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bc77d1f6466465f18787b1a645e296d4c00cd945 X-VCS-Branch: master Date: Fri, 26 Sep 2025 18:43:41 +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: 71b519d6-f6f0-4701-930c-9a9dae651258 X-Archives-Hash: 6edfb79c3ca89e26296bd1a2cfea8e84 commit: bc77d1f6466465f18787b1a645e296d4c00cd945 Author: Ben Kohler gentoo org> AuthorDate: Fri Sep 26 18:43:09 2025 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Sep 26 18:43:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc77d1f6 x11-wm/blackbox: remove obsolete .a cleanup (EAPI=8) Signed-off-by: Ben Kohler gentoo.org> x11-wm/blackbox/blackbox-0.77-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-wm/blackbox/blackbox-0.77-r2.ebuild b/x11-wm/blackbox/blackbox-0.77-r2.ebuild index f3dacf9eda55..f443afb7f6e9 100644 --- a/x11-wm/blackbox/blackbox-0.77-r2.ebuild +++ b/x11-wm/blackbox/blackbox-0.77-r2.ebuild @@ -57,5 +57,4 @@ src_install() { dodoc AUTHORS ChangeLog* COMPLIANCE README* TODO find "${D}" -name '*.la' -delete || die - use static-libs || rm "${D}"/usr/$(get_libdir)/libbt.a || die }