From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3A6CF58973 for ; Tue, 9 Feb 2016 17:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E66221C2B1; Tue, 9 Feb 2016 17:12:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1BD421C2B1 for ; Tue, 9 Feb 2016 17:12:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23B90340A03 for ; Tue, 9 Feb 2016 17:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B2498DF for ; Tue, 9 Feb 2016 17:12:09 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1455037850.8f4cd98ee9d6fd392bae117ef19b49037a44d5df.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/apache-tools/apache-tools-2.4.18.ebuild X-VCS-Directories: app-admin/apache-tools/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8f4cd98ee9d6fd392bae117ef19b49037a44d5df X-VCS-Branch: master Date: Tue, 9 Feb 2016 17:12:09 +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: 53c89a57-b8a5-46de-8ad3-018d0c5007c1 X-Archives-Hash: 9692f109a70612633bfe509d6ab472c7 commit: 8f4cd98ee9d6fd392bae117ef19b49037a44d5df Author: Tobias Klausmann gentoo org> AuthorDate: Tue Feb 9 17:10:50 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Feb 9 17:10:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4cd98e app-admin/apache-tools: add alpha keyword Gentoo-Bug: 468302 Package-Manager: portage-2.2.27 app-admin/apache-tools/apache-tools-2.4.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/apache-tools/apache-tools-2.4.18.ebuild b/app-admin/apache-tools/apache-tools-2.4.18.ebuild index ae3aeaf..21aa81e 100644 --- a/app-admin/apache-tools/apache-tools-2.4.18.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.18.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" IUSE="libressl ssl" RESTRICT="test"