commit: b84c936a10d98389a576368db4351fc0e9cd8134 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 30 15:04:03 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 15:05:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84c936a
profiles/prefix/darwin/package.use: set dev-libs/gmime[-vala] Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/package.use | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/prefix/darwin/package.use b/profiles/prefix/darwin/package.use new file mode 100644 index 00000000000..e3c75ca4bc0 --- /dev/null +++ b/profiles/prefix/darwin/package.use @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2020-11-30) +# Undo +vala which drags in introspection +# We don't (yet?) have introspection support here +# (Avoid users having to turn it off) +dev-libs/gmime -vala
