Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Wed, 02 Nov 2022 06:18:56
Message-Id: 1667369707.42ec99eefd593dfa979f3859e6f0a1d1988dd971.mgorny@gentoo
1 commit: 42ec99eefd593dfa979f3859e6f0a1d1988dd971
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 06:15:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 06:15:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ec99ee
7
8 xfce-base/thunar: Fix for renamed configure option
9
10 Closes: https://bugs.gentoo.org/879099
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 xfce-base/thunar/{thunar-4.17.11.ebuild => thunar-4.17.11-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/xfce-base/thunar/thunar-4.17.11.ebuild b/xfce-base/thunar/thunar-4.17.11-r1.ebuild
17 similarity index 98%
18 rename from xfce-base/thunar/thunar-4.17.11.ebuild
19 rename to xfce-base/thunar/thunar-4.17.11-r1.ebuild
20 index 1cbd4aabd53e..9abf93143b79 100644
21 --- a/xfce-base/thunar/thunar-4.17.11.ebuild
22 +++ b/xfce-base/thunar/thunar-4.17.11-r1.ebuild
23 @@ -56,7 +56,7 @@ src_configure() {
24 $(use_enable udisks gudev)
25 $(use_enable libnotify notifications)
26 $(use_enable exif)
27 - $(use_enable pcre)
28 + $(use_enable pcre pcre2)
29 $(use_enable trash-panel-plugin tpa-plugin)
30 )