commit: 42ec99eefd593dfa979f3859e6f0a1d1988dd971 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 2 06:15:07 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 2 06:15:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ec99ee
xfce-base/thunar: Fix for renamed configure option Closes: https://bugs.gentoo.org/879099 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-base/thunar/{thunar-4.17.11.ebuild => thunar-4.17.11-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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) )