diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-29 12:49:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-29 12:49:44 +0200 |
commit | 0499899ba8c325104c4ffba59f791b3b0fff3ceb (patch) | |
tree | 19755164a02dc31bb5ff95fcdec4aa21adfd6bb6 /profiles/targets | |
parent | dev-python/setuptools: Remove old (diff) | |
download | gentoo-0499899ba8c325104c4ffba59f791b3b0fff3ceb.tar.gz gentoo-0499899ba8c325104c4ffba59f791b3b0fff3ceb.tar.bz2 gentoo-0499899ba8c325104c4ffba59f791b3b0fff3ceb.zip |
dev-libs/libpcre2: Enable pcre16 by default
Enable pcre16 by default, as it is required by dev-qt/qtcore. This flag
was enforced by the desktop profile before but qtcore is pulled as a dep
outside desktop profile sometimes, and the cost of building pcre16
variant is relatively low.
Acked by Chainsaw on IRC.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/package.use | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 75d4221778ed..9a6c9867269e 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -31,11 +31,6 @@ dev-qt/qtwebkit:5 printsupport app-arch/unzip natspec # Andreas Sturmlechner <asturm@gentoo.org> (2017-11-30) -# Required by dev-qt/qtcore -dev-libs/libpcre pcre16 -dev-libs/libpcre2 pcre16 - -# Andreas Sturmlechner <asturm@gentoo.org> (2017-11-30) # Required by kde-frameworks/kwayland dev-qt/qtgui:5 egl libinput |