Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/
Date: Tue, 08 Jan 2019 22:12:43
Message-Id: 1546985544.e747c6b0770dd1ffc9a7cbdc0c4a12d2296d8704.leio@gentoo
1 commit: e747c6b0770dd1ffc9a7cbdc0c4a12d2296d8704
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 22:12:24 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 22:12:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e747c6b0
7
8 sys-fs/udev-239: arm64 stable (bug #673006)
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 sys-fs/udev/udev-239.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/udev/udev-239.ebuild b/sys-fs/udev/udev-239.ebuild
17 index 89cbe2c53ff..93974b6486b 100644
18 --- a/sys-fs/udev/udev-239.ebuild
19 +++ b/sys-fs/udev/udev-239.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then
27 inherit git-r3
28 else
29 SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
30 - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
31 + KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
32 fi
33
34 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)"