From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1029995-garchives=archives.gentoo.org@lists.gentoo.org> 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 F3890138334 for <garchives@archives.gentoo.org>; Tue, 12 Jun 2018 15:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2D0E0909; Tue, 12 Jun 2018 15:32:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFE8EE0909 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jun 2018 15:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 34BE0335C94 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jun 2018 15:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1E12C5 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jun 2018 15:32:24 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1528817491.def268efc796d93d7c925731fca5bb94541f5e51.zlogene@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-r1.ebuild X-VCS-Directories: app-admin/webapp-config/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: def268efc796d93d7c925731fca5bb94541f5e51 X-VCS-Branch: master Date: Tue, 12 Jun 2018 15:32:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 383fe1fc-9583-4c54-8dff-7d03cebf9879 X-Archives-Hash: 634bbd68a0af22c16a02bf37f3704057 commit: def268efc796d93d7c925731fca5bb94541f5e51 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Tue Jun 12 15:31:31 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Tue Jun 12 15:31:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def268ef app-admin/webapp-config: mark s390 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild index 9f4d3c31c22..be1d9c659f8 100644 --- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55-r1.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/"