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 BBEA2158083 for ; Wed, 11 Sep 2024 23:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA0D0E29E8; Wed, 11 Sep 2024 23:39:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B52D9E29E8 for ; Wed, 11 Sep 2024 23:39:38 +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 F2C53342FAE for ; Wed, 11 Sep 2024 23:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F071EF4 for ; Wed, 11 Sep 2024 23:39:36 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1726097955.e8939ba9ab9fd095576f7da978f82b335b6e6bc1.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libabigail/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/libabigail/libabigail-9999.ebuild X-VCS-Directories: dev-util/libabigail/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: e8939ba9ab9fd095576f7da978f82b335b6e6bc1 X-VCS-Branch: master Date: Wed, 11 Sep 2024 23:39:36 +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: ca212999-f1f2-4cce-b5ce-a1c9e617a5b8 X-Archives-Hash: e67d2ba54b7ec79a4daa6c66637ccb49 commit: e8939ba9ab9fd095576f7da978f82b335b6e6bc1 Author: Eli Schwartz gentoo org> AuthorDate: Wed Sep 11 23:38:48 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Sep 11 23:39:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8939ba9 dev-util/libabigail: drop deleted option from live This option was being disabled anyway, and was removed upstream as "finally we can get rid of this as it's useless now": https://sourceware.org/git/?p=libabigail.git;a=commitdiff;h=1b1b8399d1fe69fa402109700d6cdaba52ac8b17 The configure option, accordingly, raises a QA warning that it is unrecognized. Signed-off-by: Eli Schwartz gentoo.org> dev-util/libabigail/libabigail-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/libabigail/libabigail-9999.ebuild b/dev-util/libabigail/libabigail-9999.ebuild index 87d72e13ff05..cefba4dd0aab 100644 --- a/dev-util/libabigail/libabigail-9999.ebuild +++ b/dev-util/libabigail/libabigail-9999.ebuild @@ -74,7 +74,6 @@ my_src_configure() { --disable-rpm --disable-rpm415 --disable-ctf - --disable-debug-ct-propagation # Don't try to run Valgrind on tests. --disable-valgrind --enable-bash-completion