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 DF201138330 for ; Wed, 21 Sep 2016 17:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B89E0B1F; Wed, 21 Sep 2016 17:48:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1D00FE0B16 for ; Wed, 21 Sep 2016 17:48:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AEDD1340C19 for ; Wed, 21 Sep 2016 17:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13E63249C for ; Wed, 21 Sep 2016 17:48:45 +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: <1474480092.f851fd3bd34c53fd80ee6e28c9146a2277b5f1d5.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-php/eselect-php-0.9.2.ebuild X-VCS-Directories: app-eselect/eselect-php/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f851fd3bd34c53fd80ee6e28c9146a2277b5f1d5 X-VCS-Branch: master Date: Wed, 21 Sep 2016 17:48:45 +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: 158b1a52-c0b5-452b-9f0b-809c7c76e71e X-Archives-Hash: 2485d65475a1415a1e9d06e5f51af119 commit: f851fd3bd34c53fd80ee6e28c9146a2277b5f1d5 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Sep 21 17:48:12 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Sep 21 17:48:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f851fd3b app-eselect/eselect-php-0.9.2-r0: add alpha keyword Gentoo-Bug: 592968 app-eselect/eselect-php/eselect-php-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-php/eselect-php-0.9.2.ebuild b/app-eselect/eselect-php/eselect-php-0.9.2.ebuild index 1a9e8bc..9e00a93 100644 --- a/app-eselect/eselect-php/eselect-php-0.9.2.ebuild +++ b/app-eselect/eselect-php/eselect-php-0.9.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="fpm apache2" # The "DirectoryIndex" line in 70_mod_php.conf requires mod_dir.