commit: 398ea07e23a26fdef56c5cd85038c13d3db82858 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Jan 22 12:54:01 2024 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 12:54:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398ea07e
app-crypt/yubioath-flutter-bin: mask on musl Closes: https://bugs.gentoo.org/922321 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...lutter-bin-6.1.0-r2.ebuild => yubioath-flutter-bin-6.1.0-r3.ebuild} | 3 ++- profiles/features/musl/package.mask | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r3.ebuild similarity index 97% rename from app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild rename to app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r3.ebuild index a03bb067b143..298a8c182a31 100644 --- a/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r2.ebuild +++ b/app-crypt/yubioath-flutter-bin/yubioath-flutter-bin-6.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,6 +21,7 @@ RDEPEND=" app-crypt/ccid dev-libs/glib:2 media-libs/libepoxy + sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 9829802af07b..7f2674a99d6e 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -147,6 +147,7 @@ app-backup/tsm app-benchmarks/geekbench app-benchmarks/geekbench-ml app-crypt/rainbowcrack +app-crypt/yubioath-flutter-bin app-editors/sublime-text app-editors/vscode app-editors/vscodium
