Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmappl/
Date: Tue, 14 Mar 2023 20:59:11
Message-Id: 1678827498.1503d0042d370b246da79992dceae2e0d2de0c97.voyageur@gentoo
1 commit: 1503d0042d370b246da79992dceae2e0d2de0c97
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 19:46:44 2023 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 20:58:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1503d004
7
8 x11-plugins/wmappl: remove stray CVS directory
9
10 This fails install since the added autoreconf
11
12 Closes: https://bugs.gentoo.org/900715
13 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
14
15 x11-plugins/wmappl/wmappl-0.71-r1.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
19 index 185a037c7024..895a0e04a33f 100644
20 --- a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
21 +++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild
22 @@ -21,6 +21,7 @@ SLOT="0"
23 KEYWORDS="amd64 ppc ~sparc x86"
24
25 src_prepare() {
26 + rm -rf "${S}"/icons/CVS || die
27 default
28 eautoreconf
29 }