commit: f13ae3d50975b32f49facd260ae1dc48afa49b18 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Mon Jul 31 17:27:14 2023 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Mon Jul 31 17:28:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13ae3d5
profiles/prefix/darwin/macos: welcome guile-3 to macos. Bug: https://bugs.gentoo.org/825334 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 4 ++++ profiles/prefix/darwin/macos/package.unmask | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 82ecbd1c566d..fe6ed33ee38a 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <[email protected]> (2023-08-01) +# embrace guile-3. (bug #825334) +media-sound/lilypond + # Fabian Groffen <[email protected]> (2023-06-24) # Fails to link due to missing libintl, already fixed upstream: # https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d diff --git a/profiles/prefix/darwin/macos/package.unmask b/profiles/prefix/darwin/macos/package.unmask new file mode 100644 index 000000000000..c83ace0c1e3e --- /dev/null +++ b/profiles/prefix/darwin/macos/package.unmask @@ -0,0 +1,6 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Benda Xu <[email protected]> (2023-08-01) +# embrace guile-3. (bug #825334) +>=dev-scheme/guile-3.0.4
