Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/
Date: Fri, 07 Aug 2020 14:32:46
Message-Id: 1596810554.570e0e3905d401075814dc8e425d600b454d4c8b.floppym@gentoo
1 commit: 570e0e3905d401075814dc8e425d600b454d4c8b
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 14:29:14 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 14:29:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570e0e39
7
8 sys-fs/udev: update live ebuild
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-fs/udev/udev-9999.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
16 index 9b3466fab95..1e5a99a63d9 100644
17 --- a/sys-fs/udev/udev-9999.ebuild
18 +++ b/sys-fs/udev/udev-9999.ebuild
19 @@ -157,7 +157,6 @@ multilib_src_compile() {
20 fi
21 if multilib_is_native_abi; then
22 targets+=(
23 - systemd-udevd
24 udevadm
25 src/udev/ata_id
26 src/udev/cdrom_id
27 @@ -189,8 +188,7 @@ multilib_src_install() {
28 into /
29 dobin udevadm
30
31 - exeinto /lib/systemd
32 - doexe systemd-udevd
33 + dosym ../../bin/udevadm /lib/systemd/systemd-udevd
34
35 exeinto /lib/udev
36 doexe src/udev/{ata_id,cdrom_id,mtd_probe,scsi_id,v4l_id}