diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-02 07:15:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-02 07:15:07 +0100 |
commit | 42ec99eefd593dfa979f3859e6f0a1d1988dd971 (patch) | |
tree | 1a3dbc4b5a630d2190839d270ce57ea3eb4b5f90 /xfce-base/thunar | |
parent | app-misc/pax-utils: Stabilize 1.3.5 arm64, #867613 (diff) | |
download | gentoo-42ec99eefd593dfa979f3859e6f0a1d1988dd971.tar.gz gentoo-42ec99eefd593dfa979f3859e6f0a1d1988dd971.tar.bz2 gentoo-42ec99eefd593dfa979f3859e6f0a1d1988dd971.zip |
xfce-base/thunar: Fix for renamed configure option
Closes: https://bugs.gentoo.org/879099
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/thunar-4.17.11-r1.ebuild (renamed from xfce-base/thunar/thunar-4.17.11.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-base/thunar/thunar-4.17.11.ebuild b/xfce-base/thunar/thunar-4.17.11-r1.ebuild index 1cbd4aabd53e..9abf93143b79 100644 --- a/xfce-base/thunar/thunar-4.17.11.ebuild +++ b/xfce-base/thunar/thunar-4.17.11-r1.ebuild @@ -56,7 +56,7 @@ src_configure() { $(use_enable udisks gudev) $(use_enable libnotify notifications) $(use_enable exif) - $(use_enable pcre) + $(use_enable pcre pcre2) $(use_enable trash-panel-plugin tpa-plugin) ) |