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 CAE911382C5 for ; Fri, 26 Jan 2018 20:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE695E09C2; Fri, 26 Jan 2018 20:22:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BC9D9E09C2 for ; Fri, 26 Jan 2018 20:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 873EA335C0A for ; Fri, 26 Jan 2018 20:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A22519B for ; Fri, 26 Jan 2018 20:22:18 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1516998110.226b5faad1ed576458c6b14da9de7ef98448a0ea.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udev/udev-236.ebuild sys-fs/udev/udev-9999.ebuild X-VCS-Directories: sys-fs/udev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 226b5faad1ed576458c6b14da9de7ef98448a0ea X-VCS-Branch: master Date: Fri, 26 Jan 2018 20:22:18 +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: 92d8a2d9-4dc2-4369-9745-6084385cf022 X-Archives-Hash: 020767e736d0795fb7ff5563237b3d34 commit: 226b5faad1ed576458c6b14da9de7ef98448a0ea Author: Mike Gilbert gentoo org> AuthorDate: Fri Jan 26 19:45:36 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jan 26 20:21:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226b5faa sys-fs/udev: keepdir /etc/udev/{hwdb.d,rules.d} Closes: https://bugs.gentoo.org/645844 Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45 sys-fs/udev/udev-236.ebuild | 1 + sys-fs/udev/udev-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-fs/udev/udev-236.ebuild b/sys-fs/udev/udev-236.ebuild index 0bc6698ce50..228e8d1059e 100644 --- a/sys-fs/udev/udev-236.ebuild +++ b/sys-fs/udev/udev-236.ebuild @@ -195,6 +195,7 @@ multilib_src_install_all() { insinto /etc/udev doins src/udev/udev.conf + keepdir /etc/udev/{hwdb.d,rules.d} insinto /lib/systemd/network doins network/99-default.link diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index ec6201a5a68..fcbf552175c 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -195,6 +195,7 @@ multilib_src_install_all() { insinto /etc/udev doins src/udev/udev.conf + keepdir /etc/udev/{hwdb.d,rules.d} insinto /lib/systemd/network doins network/99-default.link