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 395B9139694 for ; Sun, 25 Jun 2017 16:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9B225400D; Sun, 25 Jun 2017 16:32:52 +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 48D0A25400D for ; Sun, 25 Jun 2017 16:32:52 +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 202A83418D3 for ; Sun, 25 Jun 2017 16:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B61997498 for ; Sun, 25 Jun 2017 16:32:49 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1498408295.87a2bd56fed7fa7791236c0cad7183c8325125c5.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/webapp-config/webapp-config-1.55.ebuild X-VCS-Directories: app-admin/webapp-config/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 87a2bd56fed7fa7791236c0cad7183c8325125c5 X-VCS-Branch: master Date: Sun, 25 Jun 2017 16:32:49 +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: 592b34ec-71aa-4242-8490-4153608678a0 X-Archives-Hash: fb9ce6ab7e96fda32339091afe188b7f commit: 87a2bd56fed7fa7791236c0cad7183c8325125c5 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jun 25 16:31:35 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jun 25 16:31:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a2bd56 app-admin/webapp-config: amd64 stable wrt bug #622562 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/webapp-config/webapp-config-1.55.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/webapp-config/webapp-config-1.55.ebuild b/app-admin/webapp-config/webapp-config-1.55.ebuild index 0082013b860..58745ce5216 100644 --- a/app-admin/webapp-config/webapp-config-1.55.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 prefix SRC_URI="https://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" DESCRIPTION="Gentoo's installer for web-based applications" HOMEPAGE="https://sourceforge.net/projects/webapp-config/"