commit: 70a6870c9a52bde808430f2ae48bc4531c051d80 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu May 16 09:16:35 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu May 16 09:17:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=70a6870c
kde5.eclass: remove app-arch/xz-utils DEPEND It was only ever added for unpacking, and it appears in @system now. Bug: https://bugs.gentoo.org/685914 eclass/kde5.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 843e667902..f39d63e314 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -303,8 +303,6 @@ _calculate_src_uri() { ;; esac - DEPEND+=" app-arch/xz-utils" - case ${CATEGORY} in kde-apps) case ${PV} in
