commit: 538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Jan 5 14:56:10 2018 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 21:27:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d6e58
net-mail/queue-repair: fix header, fix dosym Closes: https://bugs.gentoo.org/634674 Closes: https://github.com/gentoo/gentoo/pull/6759/ (cherry picked from commit 43c7e5023d6f48eec4bbf82ab68270f7d5c523df) Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild index e57585437cd..c53b8f26c1f 100644 --- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild +++ b/net-mail/queue-repair/queue-repair-0.9.0-r1.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=6 @@ -24,6 +24,6 @@ DOCS=( BLURB TODO CHANGELOG ) src_install () { python_newscript queue_repair.py queue-repair.py - dosym /usr/bin/queue-repair.py /usr/bin/queue-repair + dosym queue-repair.py /usr/bin/queue-repair einstalldocs }
