commit: 00ea7a1b9e5aec3c489daea9c28058fabdb497ac Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 12:36:12 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jan 15 12:37:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ea7a1b
x11-misc/xaos: fix the BDEPEND 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild index cedf96a232ca..cb49a8809e6b 100644 --- a/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild +++ b/x11-misc/xaos/xaos-4.2.1_p20210828.ebuild @@ -23,10 +23,10 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 - dev-qt/qtopengl:5 + dev-qt/qtcore:5 " DEPEND="${RDEPEND}" -BDEPEND="dev-qt/qtchooser" +BDEPEND="dev-qt/linguist-tools" src_configure() { # install into /usr/ instead of /usr/local
