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 198E61382C5 for ; Sat, 19 May 2018 09:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33156E0AC5; Sat, 19 May 2018 09:26:32 +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 08F10E0AC5 for ; Sat, 19 May 2018 09:26:32 +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 C0712335C9D for ; Sat, 19 May 2018 09:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F0A289 for ; Sat, 19 May 2018 09:26:27 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1526721954.75d4fe9badc975b4ee34b705ec4d3dfc613eec2b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-238.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 75d4fe9badc975b4ee34b705ec4d3dfc613eec2b X-VCS-Branch: master Date: Sat, 19 May 2018 09:26: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: f2f2ddcb-03fb-43c0-abf5-f7505e71f41a X-Archives-Hash: 6c38191bfff2bc39ad69cbf2427bfd9b commit: 75d4fe9badc975b4ee34b705ec4d3dfc613eec2b Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat May 19 08:24:36 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 19 09:25:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d4fe9b sys-fs/udev: stable 238 for sparc Bug: https://bugs.gentoo.org/655712 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" sys-fs/udev/udev-238.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/udev/udev-238.ebuild b/sys-fs/udev/udev-238.ebuild index 65319c095f8..fdab7e738b4 100644 --- a/sys-fs/udev/udev-238.ebuild +++ b/sys-fs/udev/udev-238.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="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"