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 E5CD5138332 for ; Wed, 14 Feb 2018 16:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDCFFE0A59; Wed, 14 Feb 2018 16:25:03 +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 BA65BE0A01 for ; Wed, 14 Feb 2018 16:25:03 +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 D14BB335CCA for ; Wed, 14 Feb 2018 13:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0C71E6 for ; Wed, 14 Feb 2018 13:55:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1518616523.5cda7ddf6acce00aa9b35b83e2bca40c29ff2ca9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kea/kea-1.3.0.ebuild net-misc/kea/kea-9999.ebuild X-VCS-Directories: net-misc/kea/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5cda7ddf6acce00aa9b35b83e2bca40c29ff2ca9 X-VCS-Branch: master Date: Wed, 14 Feb 2018 13:55:27 +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: 6443a028-ce0f-4e04-b3ea-f9816b78e8b4 X-Archives-Hash: 10167f12d10bd4d3af09b77fbbcc929e commit: 5cda7ddf6acce00aa9b35b83e2bca40c29ff2ca9 Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 14 13:55:07 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 14 13:55:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cda7ddf net-misc/kea: Added ~x86 keyword. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/kea/kea-1.3.0.ebuild | 2 +- net-misc/kea/kea-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/kea/kea-1.3.0.ebuild b/net-misc/kea/kea-1.3.0.ebuild index b8c433491d4..8b6b7de73e3 100644 --- a/net-misc/kea/kea-1.3.0.ebuild +++ b/net-misc/kea/kea-1.3.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="openssl samples" DEPEND=" diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild index 527f6a89804..b3312db88dd 100644 --- a/net-misc/kea/kea-9999.ebuild +++ b/net-misc/kea/kea-9999.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = 9999* ]] ; then else SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script