From 42ec99eefd593dfa979f3859e6f0a1d1988dd971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 2 Nov 2022 07:15:07 +0100 Subject: [PATCH] xfce-base/thunar: Fix for renamed configure option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/879099 Signed-off-by: Michał Górny --- .../thunar/{thunar-4.17.11.ebuild => thunar-4.17.11-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename xfce-base/thunar/{thunar-4.17.11.ebuild => thunar-4.17.11-r1.ebuild} (98%) diff --git a/xfce-base/thunar/thunar-4.17.11.ebuild b/xfce-base/thunar/thunar-4.17.11-r1.ebuild similarity index 98% rename from xfce-base/thunar/thunar-4.17.11.ebuild rename to xfce-base/thunar/thunar-4.17.11-r1.ebuild index 1cbd4aabd53ee..9abf93143b798 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) )