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 EB971138334 for ; Sun, 10 Jun 2018 15:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C26F6E08DB; Sun, 10 Jun 2018 15:53:02 +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 94B52E08DA for ; Sun, 10 Jun 2018 15:53:02 +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 5682C335C94 for ; Sun, 10 Jun 2018 15:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C91D2CE for ; Sun, 10 Jun 2018 15:52:58 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528645957.b4650d551af4e2b6a36a6408d17ef0b4e7df9698.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-NCopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild X-VCS-Directories: dev-perl/File-NCopy/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b4650d551af4e2b6a36a6408d17ef0b4e7df9698 X-VCS-Branch: master Date: Sun, 10 Jun 2018 15:52:58 +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: 31a3a226-b6d4-46dd-8fe6-5dabb766e157 X-Archives-Hash: 78c82a0799369dcd1c4a06774997f7fd commit: b4650d551af4e2b6a36a6408d17ef0b4e7df9698 Author: Aaron Bauman gentoo org> AuthorDate: Sun Jun 10 15:48:41 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 10 15:52:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4650d55 dev-perl/File-NCopy: amd64 stable wrt bug #657592 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild b/dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild index 9124e4108e6..f7500bafd08 100644 --- a/dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild +++ b/dev-perl/File-NCopy/File-NCopy-0.360.0-r2.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Copy file, file Copy file[s] | dir[s], dir" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" RDEPEND="virtual/perl-File-Spec"