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 C1E11139085 for ; Tue, 10 Jan 2017 08:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B35E0D97; Tue, 10 Jan 2017 08:23:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 018ECE0D97 for ; Tue, 10 Jan 2017 08:23:18 +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 32630341117 for ; Tue, 10 Jan 2017 08:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C466D24C5 for ; Tue, 10 Jan 2017 08:23:15 +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: <1484036567.209872b341d332cbb550bfedb51be34ddfdc2604.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild X-VCS-Directories: dev-perl/Apache-Test/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 209872b341d332cbb550bfedb51be34ddfdc2604 X-VCS-Branch: master Date: Tue, 10 Jan 2017 08:23:15 +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: 8fbd6c57-cf6d-45cc-97b9-15e227a58d66 X-Archives-Hash: 9d06d08c4e8e4d9b0cd818443190b7b3 commit: 209872b341d332cbb550bfedb51be34ddfdc2604 Author: Aaron Bauman gentoo org> AuthorDate: Tue Jan 10 08:21:18 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jan 10 08:22:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209872b3 dev-perl/Apache-Test: amd64 stable Gentoo-bug: 597824 Package-Manager: portage-2.3.0 dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild index c46470f..557540b 100644 --- a/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild +++ b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ DESCRIPTION="Test.pm wrapper with helpers for testing Apache" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker"