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/wmlife/
Date: Thu, 02 Aug 2018 20:14:59
Message-Id: 1533240772.2773228e1bd9a1eec4d8cf52818717e1a7f2f63f.voyageur@gentoo
1 commit: 2773228e1bd9a1eec4d8cf52818717e1a7f2f63f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 22 15:31:58 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 20:12:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2773228e
7
8 x11-plugins/wmlife: fix typo, remove redundant PATCHES
9
10 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 7 ++-----
11 1 file changed, 2 insertions(+), 5 deletions(-)
12
13 diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
14 index e5eb92e1508..47a14552f4a 100644
15 --- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
16 +++ b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -18,14 +18,11 @@ RDEPEND="x11-libs/gtk+:2
24 x11-libs/libSM
25 x11-libs/libX11
26 x11-libs/libXext"
27 -EPEND="${RDEPEND}
28 +DEPEND="${RDEPEND}
29 virtual/pkgconfig"
30
31 DOCS="AUTHORS ChangeLog NEWS README"
32
33 -PATCHES=( "${FILESDIR}"/${PN}-1.0.0-stringh.patch
34 - "${FILESDIR}"/${P}-configure.patch )
35 -
36 src_prepare() {
37 epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
38 epatch "${FILESDIR}"/${P}-configure.patch