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 138901396D1 for ; Fri, 25 Aug 2017 22:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CD3E0D20; Fri, 25 Aug 2017 22:39:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 45935E0D20 for ; Fri, 25 Aug 2017 22:39:48 +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 5DD9D341301 for ; Fri, 25 Aug 2017 22:39:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E2A828E for ; Fri, 25 Aug 2017 22:39:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1503700755.5dae7a662b2ffa0302b893f3c14f6bd77640fd80.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-234-r1.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5dae7a662b2ffa0302b893f3c14f6bd77640fd80 X-VCS-Branch: master Date: Fri, 25 Aug 2017 22:39:46 +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: d1d811d3-c7b0-47e8-b2f9-1bee05628b89 X-Archives-Hash: e45c265a4fa5449db1a8434c8cae7324 commit: 5dae7a662b2ffa0302b893f3c14f6bd77640fd80 Author: Matt Turner gentoo org> AuthorDate: Fri Aug 25 22:39:15 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Aug 25 22:39:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dae7a66 sys-fs/udev-234-r1: added ~alpha, bug 625456 sys-fs/udev/udev-234-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/udev/udev-234-r1.ebuild b/sys-fs/udev/udev-234-r1.ebuild index 03c1796fcac..fab6a92c61a 100644 --- a/sys-fs/udev/udev-234-r1.ebuild +++ b/sys-fs/udev/udev-234-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"