commit: 92adf50b585a056ce02fbcb73e68d692d83f0b5b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:21:13 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 2 16:15:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92adf50b
xorg-3.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/xorg-3.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass index 7ed96c60848..cfa679b766c 100644 --- a/eclass/xorg-3.eclass +++ b/eclass/xorg-3.eclass @@ -9,6 +9,7 @@ # Author: Donnie Berkholz <[email protected]> # Author: Matt Turner <[email protected]> # @SUPPORTED_EAPIS: 7 +# @PROVIDES: multilib-minimal # @BLURB: Reduces code duplication in the modularized X11 ebuilds. # @DESCRIPTION: # This eclass makes trivial X ebuilds possible for apps, drivers,
