diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 12:05:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-12 12:05:36 +0100 |
commit | 331971008a22ef929530329b3dfa07a0e740f8ab (patch) | |
tree | 4e88cfe9821ca5c0c5357955d957426d5de92791 /profiles/targets | |
parent | profiles: desktop/plasma: Cleanup superfluous media-gfx/exiv2[xmp] (diff) | |
download | gentoo-331971008a22ef929530329b3dfa07a0e740f8ab.tar.gz gentoo-331971008a22ef929530329b3dfa07a0e740f8ab.tar.bz2 gentoo-331971008a22ef929530329b3dfa07a0e740f8ab.zip |
profiles: targets/desktop: Move app-text/poppler[nss,boost] from plasma
IUSE=qt5 is enabled by desktop profile, so this should also be there.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/package.use | 5 | ||||
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index ef03ac8b4cd1..ec048da4370e 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-12) +# NSS: Required by kde-apps/okular[pdf] +# Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888) +app-text/poppler nss boost + # Andreas Sturmlechner <asturm@gentoo.org> (2023-11-11) # egl, libinput required by kde-frameworks/kwayland # accessibility required by kde-plasma/kwin diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 514e16064026..aea90f890f65 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -8,10 +8,6 @@ # in FUSE is currently considered experimental. app-emulation/fuse -pulseaudio -# NSS: Required by kde-apps/okular[pdf] -# Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888) -app-text/poppler nss boost - # Required by sys-apps/fwupd, a dependency of kde-plasma/discover dev-libs/libjcat gpg pkcs7 |