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 9D10D13835C for ; Tue, 4 May 2021 20:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7BD3E0855; Tue, 4 May 2021 20:43:55 +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 ABF24E0855 for ; Tue, 4 May 2021 20:43:55 +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 AEC4D3409C8 for ; Tue, 4 May 2021 20:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D480B74F for ; Tue, 4 May 2021 20:43:51 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1620161014.4c8fa94157002f4fe6b013aa3cca16f54410af48.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-TNEF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild X-VCS-Directories: dev-perl/Convert-TNEF/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4c8fa94157002f4fe6b013aa3cca16f54410af48 X-VCS-Branch: master Date: Tue, 4 May 2021 20:43:51 +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: 57f43725-d017-4f66-b972-86b6fe04be0f X-Archives-Hash: 9a01251171039f58f99c9874d1cec598 commit: 4c8fa94157002f4fe6b013aa3cca16f54410af48 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue May 4 20:34:52 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue May 4 20:43:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8fa941 dev-perl/Convert-TNEF: Stable for all Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild index a09dd8150bf..515886cbedb 100644 --- a/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild +++ b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A Perl module for reading TNEF files" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" RDEPEND=" >=dev-perl/MIME-tools-4.109.0