From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EDB6913829C for ; Wed, 1 Jun 2016 15:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A8A614265; Wed, 1 Jun 2016 15:19:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01B4B14265 for ; Wed, 1 Jun 2016 15:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DA98340BDD for ; Wed, 1 Jun 2016 15:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66EB7342 for ; Wed, 1 Jun 2016 15:18:57 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1464794306.d3a79f6e66d25cd446cb12be9a51d0c35588e46a.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openntpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openntpd/openntpd-6.0_p1.ebuild X-VCS-Directories: net-misc/openntpd/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: d3a79f6e66d25cd446cb12be9a51d0c35588e46a X-VCS-Branch: master Date: Wed, 1 Jun 2016 15:18:57 +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: d8d01e1b-d391-4cd0-bd8c-627ecb062b95 X-Archives-Hash: 7e6da0e20e3089188fec9118fab8f80e commit: d3a79f6e66d25cd446cb12be9a51d0c35588e46a Author: Tobias Klausmann gentoo org> AuthorDate: Wed Jun 1 15:18:26 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Jun 1 15:18:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a79f6e net-misc/openntpd-6.0_p1-r0: add alpha keyword Gentoo-Bug: 584508 Package-Manager: portage-2.3.0_rc1 net-misc/openntpd/openntpd-6.0_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openntpd/openntpd-6.0_p1.ebuild b/net-misc/openntpd/openntpd-6.0_p1.ebuild index 2cd8e91..ab38662 100644 --- a/net-misc/openntpd/openntpd-6.0_p1.ebuild +++ b/net-misc/openntpd/openntpd-6.0_p1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="libressl selinux" DEPEND="!<=net-misc/ntp-4.2.0-r2