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 F04A413835A for ; Wed, 27 Jan 2021 03:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F843E0ABE; Wed, 27 Jan 2021 03:52:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 012ECE0ABE for ; Wed, 27 Jan 2021 03:52:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F4333410A7 for ; Wed, 27 Jan 2021 03:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF224A7 for ; Wed, 27 Jan 2021 03:52:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611719368.14d1ee374743cb48ecbecae49b83f8d10ddbaeee.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pius/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pius/pius-3.0.0-r1.ebuild X-VCS-Directories: app-crypt/pius/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14d1ee374743cb48ecbecae49b83f8d10ddbaeee X-VCS-Branch: master Date: Wed, 27 Jan 2021 03:52:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d819047-e77f-4d2c-a336-4cf53ace580a X-Archives-Hash: 7f9ff06a0f023e47a16c921fbc792b56 commit: 14d1ee374743cb48ecbecae49b83f8d10ddbaeee Author: Sam James gentoo org> AuthorDate: Wed Jan 27 03:49:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 27 03:49:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d1ee37 app-crypt/pius: fix WhitespaceFound Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-crypt/pius/pius-3.0.0-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index b370b365182..49fe29ec920 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,10 +23,10 @@ RDEPEND="${DEPEND} dev-lang/perl" PATCHES=( - "${FILESDIR}/${P}-Fix-typos-132.patch" - "${FILESDIR}/${P}-pius-keyring-mgr-Fix-constants-134.patch" - "${FILESDIR}/${P}-Fix-typo-in-readme-135.patch" - "${FILESDIR}/${P}-Minor-fixes-for-pius-report-137.patch" + "${FILESDIR}/${P}-Fix-typos-132.patch" + "${FILESDIR}/${P}-pius-keyring-mgr-Fix-constants-134.patch" + "${FILESDIR}/${P}-Fix-typo-in-readme-135.patch" + "${FILESDIR}/${P}-Minor-fixes-for-pius-report-137.patch" ) python_test() {