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 0BA9D138334 for ; Tue, 29 Jan 2019 13:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CE8E0BEC; Tue, 29 Jan 2019 13:35:15 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5DFDE0BEC for ; Tue, 29 Jan 2019 13:35:14 +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 9F527335D12 for ; Tue, 29 Jan 2019 13:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DB1C52A for ; Tue, 29 Jan 2019 13:35:12 +0000 (UTC) From: "Mikle Kolyada" 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" Message-ID: <1548768886.9e6c696d47f1af168fbc88c075f80c7b91b6dc51.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hyperlink/hyperlink-17.1.1.ebuild dev-python/hyperlink/hyperlink-17.3.1.ebuild dev-python/hyperlink/hyperlink-18.0.0.ebuild X-VCS-Directories: dev-python/hyperlink/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9e6c696d47f1af168fbc88c075f80c7b91b6dc51 X-VCS-Branch: master Date: Tue, 29 Jan 2019 13:35:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc98e8b2-195a-453a-8a46-c03651d6ff27 X-Archives-Hash: 48f2149807db91f4c0a05284092f9ec0 commit: 9e6c696d47f1af168fbc88c075f80c7b91b6dc51 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jan 29 13:34:46 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jan 29 13:34:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6c696d dev-python/hyperlink: Add ~s390 keyword Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/hyperlink/hyperlink-17.1.1.ebuild | 4 ++-- dev-python/hyperlink/hyperlink-17.3.1.ebuild | 4 ++-- dev-python/hyperlink/hyperlink-18.0.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild index ac6dfded277..0714550b07b 100644 --- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="test" RDEPEND="" diff --git a/dev-python/hyperlink/hyperlink-17.3.1.ebuild b/dev-python/hyperlink/hyperlink-17.3.1.ebuild index 4ee662544c7..257c10f2466 100644 --- a/dev-python/hyperlink/hyperlink-17.3.1.ebuild +++ b/dev-python/hyperlink/hyperlink-17.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND="" diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild b/dev-python/hyperlink/hyperlink-18.0.0.ebuild index 2d159e486d4..91efd49bbde 100644 --- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild +++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=""