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 9521B139085 for ; Fri, 23 Dec 2016 20:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD82CE0BDC; Fri, 23 Dec 2016 20:16:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7CFCE0BDC for ; Fri, 23 Dec 2016 20:16:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5C573411D7 for ; Fri, 23 Dec 2016 20:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B151924E4 for ; Fri, 23 Dec 2016 20:16:19 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1482523966.1d196ab524996513d7fb51e028201ee824908d4e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/spamassassin/spamassassin-3.4.1-r9.ebuild X-VCS-Directories: mail-filter/spamassassin/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 1d196ab524996513d7fb51e028201ee824908d4e X-VCS-Branch: master Date: Fri, 23 Dec 2016 20:16:19 +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: 9ed60e21-085f-46a3-a6c7-48a669063f11 X-Archives-Hash: c1306d56592028273ccfdaf199f72274 commit: 1d196ab524996513d7fb51e028201ee824908d4e Author: Michael Orlitzky gentoo org> AuthorDate: Fri Dec 23 19:07:19 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Dec 23 20:12:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d196ab5 mail-filter/spamassassin: fix minor typo in comment and error message. Package-Manager: portage-2.3.0 mail-filter/spamassassin/spamassassin-3.4.1-r9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-filter/spamassassin/spamassassin-3.4.1-r9.ebuild b/mail-filter/spamassassin/spamassassin-3.4.1-r9.ebuild index d5e7dfa..44e7f29 100644 --- a/mail-filter/spamassassin/spamassassin-3.4.1-r9.ebuild +++ b/mail-filter/spamassassin/spamassassin-3.4.1-r9.ebuild @@ -213,8 +213,8 @@ src_install () { update-spamassassin-rules fi - # Remove perlocal.pod to avoid file collisions (see #603338) - perl_delete_localpod || die "Failed to remove perlocal.pod" + # Remove perllocal.pod to avoid file collisions (bug #603338) + perl_delete_localpod || die "failed to remove perllocal.pod" } src_test() {