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 50BCB139694 for ; Tue, 9 May 2017 07:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 933E321C07C; Tue, 9 May 2017 07:49:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6EE4521C07C for ; Tue, 9 May 2017 07:49:50 +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 5393C341301 for ; Tue, 9 May 2017 07:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 508907456 for ; Tue, 9 May 2017 07:49:46 +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: <1494316126.ea1d30db0cdadaafa5543bdf7067cd735e28b318.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/Text_Template/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/Text_Template/Text_Template-1.2.1.ebuild X-VCS-Directories: dev-php/Text_Template/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: ea1d30db0cdadaafa5543bdf7067cd735e28b318 X-VCS-Branch: master Date: Tue, 9 May 2017 07:49:46 +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: df32a7c4-14f3-4f2b-a160-47fb7ac195d6 X-Archives-Hash: 7e58885dd81df57e8c8df05f8b22de6e commit: ea1d30db0cdadaafa5543bdf7067cd735e28b318 Author: Tobias Klausmann gentoo org> AuthorDate: Tue May 9 07:33:25 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue May 9 07:48:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1d30db dev-php/Text_Template-1.2.1-r0: add ~alpha keyword Gentoo-Bug: 613766 dev-php/Text_Template/Text_Template-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/Text_Template/Text_Template-1.2.1.ebuild b/dev-php/Text_Template/Text_Template-1.2.1.ebuild index b325d907ffb..4459b5e3ee9 100644 --- a/dev-php/Text_Template/Text_Template-1.2.1.ebuild +++ b/dev-php/Text_Template/Text_Template-1.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"