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 988B5138334 for ; Mon, 20 Aug 2018 03:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A40EE08DC; Mon, 20 Aug 2018 03:54:22 +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 5B2A7E08DC for ; Mon, 20 Aug 2018 03:54:22 +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 B091A340A7B for ; Mon, 20 Aug 2018 03:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07FF93B2 for ; Mon, 20 Aug 2018 03:54:19 +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: <1534737160.2890b175ea6844307b0234fecf8ee0b9a9c34e79.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild X-VCS-Directories: dev-perl/Net-DNS/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2890b175ea6844307b0234fecf8ee0b9a9c34e79 X-VCS-Branch: master Date: Mon, 20 Aug 2018 03:54:19 +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: 12efe6eb-846d-4c46-9556-f93c77261782 X-Archives-Hash: a266f9e0f582cd587f43b7e4d9b45a88 commit: 2890b175ea6844307b0234fecf8ee0b9a9c34e79 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Aug 20 03:52:40 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Aug 20 03:52:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2890b175 dev-perl/Net-DNS: Add ~s390 keyword wrt bug #639714 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild b/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild index 6e8a6cc7ced..a90a443d675 100644 --- a/dev-perl/Net-DNS/Net-DNS-1.130.0.ebuild +++ b/dev-perl/Net-DNS/Net-DNS-1.130.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 @@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module DESCRIPTION="Perl Interface to the Domain Name System" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="+ipv6 test minimal" PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.10.0 )"