commit: 1087885199bf55e46ea492665fb508dc28003867 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jan 11 15:32:51 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jan 11 17:22:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10878851
x11-misc/xaos: add missing dependencies Closes: https://bugs.gentoo.org/831022 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> x11-misc/xaos/xaos-4.2.1_p20210828.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild index 107b23186abb..cedf96a232ca 100644 --- a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild +++ b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild @@ -21,10 +21,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" + dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtopengl:5 " DEPEND="${RDEPEND}" +BDEPEND="dev-qt/qtchooser" src_configure() { # install into /usr/ instead of /usr/local
