commit: 29a9dedc6dd1974195ddef2df847a4dd4020e9a3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Aug 4 19:34:22 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Aug 4 19:40:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a9dedc
profiles: targets/desktop: Add kde-apps/k3b[taglib] to defaults Avoids REQUIRED_USE conflict caused by flac and mp3. profiles/targets/desktop/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 72bc285f3b5..1e0c70a50da 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (04 Aug 2017) +# Required by flac and mp3 +kde-apps/k3b taglib + # Brian Evans <[email protected]> (18 Jul 2017) # Don't force users to enable gd on PHP due to desktop defaults dev-lang/php -exif -truetype
