From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1042504-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 DC1C4138334 for <garchives@archives.gentoo.org>; Sat, 18 Aug 2018 05:11:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606BEE087F; Sat, 18 Aug 2018 05:11:46 +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 37A4BE087F for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 05:11:46 +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 8F78D335DC9 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 05:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 584EF395 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 05:11:40 +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: <1534569074.59d23c2bb5b72d8c3d4b30bae571b0e7c477cd27.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/courier-unicode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/courier-unicode/courier-unicode-1.4.ebuild net-libs/courier-unicode/courier-unicode-2.0.ebuild X-VCS-Directories: net-libs/courier-unicode/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 59d23c2bb5b72d8c3d4b30bae571b0e7c477cd27 X-VCS-Branch: master Date: Sat, 18 Aug 2018 05:11:40 +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: b79f3bb6-ac4a-4bfd-bf58-af990f0764c0 X-Archives-Hash: 081ce99d5d83ed6d2b7f84c6c31ac8f9 commit: 59d23c2bb5b72d8c3d4b30bae571b0e7c477cd27 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Aug 18 05:11:14 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Aug 18 05:11:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d23c2b net-libs/courier-unicode: Add ~s390 keyword Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-libs/courier-unicode/courier-unicode-1.4.ebuild | 2 +- net-libs/courier-unicode/courier-unicode-2.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/courier-unicode/courier-unicode-1.4.ebuild b/net-libs/courier-unicode/courier-unicode-1.4.ebuild index 3d7b8fd6cb3..bb7c46bbdfd 100644 --- a/net-libs/courier-unicode/courier-unicode-1.4.ebuild +++ b/net-libs/courier-unicode/courier-unicode-1.4.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://www.courier-mta.org/" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" src_install() { diff --git a/net-libs/courier-unicode/courier-unicode-2.0.ebuild b/net-libs/courier-unicode/courier-unicode-2.0.ebuild index 1915f69cb71..98cdf2d64ab 100644 --- a/net-libs/courier-unicode/courier-unicode-2.0.ebuild +++ b/net-libs/courier-unicode/courier-unicode-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ HOMEPAGE="http://www.courier-mta.org/" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" src_install() {