commit: fffe9c287c74ed88c4419344e0b7e75a635ebfd2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 1 07:15:40 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jun 1 07:15:40 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=fffe9c28
EAPI=9: ban domo Bug: https://bugs.gentoo.org/951502 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> data/lib/pkgcore/ebd/eapi/9/src_install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/data/lib/pkgcore/ebd/eapi/9/src_install.bash b/data/lib/pkgcore/ebd/eapi/9/src_install.bash new file mode 100644 index 00000000..9338afed --- /dev/null +++ b/data/lib/pkgcore/ebd/eapi/9/src_install.bash @@ -0,0 +1 @@ +PKGCORE_BANNED_FUNCS=( domo )
