From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3807F1382C5 for ; Wed, 24 Jan 2018 21:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 681ABE0891; Wed, 24 Jan 2018 21:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 477BFE0891 for ; Wed, 24 Jan 2018 21:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C10B335C0C for ; Wed, 24 Jan 2018 21:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 522C81C8 for ; Wed, 24 Jan 2018 21:28:10 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1516829264.538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/queue-repair/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild X-VCS-Directories: net-mail/queue-repair/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e X-VCS-Branch: master Date: Wed, 24 Jan 2018 21:28:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 475bd025-9b63-408b-bfe9-60eec103b322 X-Archives-Hash: 77b0ed3604e87c37ee61260009671145 commit: 538d6e5806c5b2da2bc4ce5d628a60e0c0a4f49e Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jan 5 14:56:10 2018 +0000 Commit: Robin H. Johnson gentoo 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 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 }