diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-11 19:38:48 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-11 19:39:15 -0400 |
commit | e8939ba9ab9fd095576f7da978f82b335b6e6bc1 (patch) | |
tree | 050ac377a229193b0e63a95b010d7f9f9aba0138 /dev-util | |
parent | dev-util/libabigail: disable submodule clone in live (diff) | |
download | gentoo-e8939ba9ab9fd095576f7da978f82b335b6e6bc1.tar.gz gentoo-e8939ba9ab9fd095576f7da978f82b335b6e6bc1.tar.bz2 gentoo-e8939ba9ab9fd095576f7da978f82b335b6e6bc1.zip |
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 <eschwartz@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/libabigail/libabigail-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |