commit: 1ed19738119325f293dd2e1180ffd73b945efebf Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu May 16 09:16:35 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat May 18 19:33:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed19738
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 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde5.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9c00bd19d59..4f38f47d60b 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -304,8 +304,6 @@ _calculate_src_uri() { ;; esac - DEPEND+=" app-arch/xz-utils" - case ${CATEGORY} in kde-apps) case ${PV} in
