commit: 392121220f19e591a8921d4edb0385903726a7e0 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Nov 26 23:28:49 2017 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Nov 26 23:29:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39212122
x11-plugins/wmtop: tarball has a different directory name Closes: https://bugs.gentoo.org/638760 Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmtop/wmtop-0.85.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-plugins/wmtop/wmtop-0.85.ebuild b/x11-plugins/wmtop/wmtop-0.85.ebuild index 5242a13685c..a9860141ef5 100644 --- a/x11-plugins/wmtop/wmtop-0.85.ebuild +++ b/x11-plugins/wmtop/wmtop-0.85.ebuild @@ -20,6 +20,9 @@ RDEPEND=">=x11-libs/libdockapp-0.7:= DEPEND="${RDEPEND} x11-proto/xproto" +# Incorrect path in this tarball version +S=${WORKDIR}/dockapps-be3f170 + src_prepare() { eapply_user
