diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-22 17:31:58 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-08-02 22:12:52 +0200 |
commit | 2773228e1bd9a1eec4d8cf52818717e1a7f2f63f (patch) | |
tree | 8c6f14f127554fcd7f0cd4a3d15236a57547ac9d /x11-plugins/wmlife | |
parent | x11-plugins/wmitime: add EAPI7 ebuild (diff) | |
download | gentoo-2773228e1bd9a1eec4d8cf52818717e1a7f2f63f.tar.gz gentoo-2773228e1bd9a1eec4d8cf52818717e1a7f2f63f.tar.bz2 gentoo-2773228e1bd9a1eec4d8cf52818717e1a7f2f63f.zip |
x11-plugins/wmlife: fix typo, remove redundant PATCHES
Diffstat (limited to 'x11-plugins/wmlife')
-rw-r--r-- | x11-plugins/wmlife/wmlife-1.0.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild index e5eb92e15089..47a14552f4ac 100644 --- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild +++ b/x11-plugins/wmlife/wmlife-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,14 +18,11 @@ RDEPEND="x11-libs/gtk+:2 x11-libs/libSM x11-libs/libX11 x11-libs/libXext" -EPEND="${RDEPEND} +DEPEND="${RDEPEND} virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README" -PATCHES=( "${FILESDIR}"/${PN}-1.0.0-stringh.patch - "${FILESDIR}"/${P}-configure.patch ) - src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch epatch "${FILESDIR}"/${P}-configure.patch |