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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77AE5158090 for ; Thu, 26 May 2022 09:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7070EE087E; Thu, 26 May 2022 09:44:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3F25E087E for ; Thu, 26 May 2022 09:44:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2BBE34162E for ; Thu, 26 May 2022 09:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C84CA4D4 for ; Thu, 26 May 2022 09:44:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1653558232.eb9aceef03476fef478c8fbe3ffa814c1fd9b303.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/colord/colord-1.4.6.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: eb9aceef03476fef478c8fbe3ffa814c1fd9b303 X-VCS-Branch: master Date: Thu, 26 May 2022 09:44:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 35ca5b74-577f-4c6a-b0ce-5c7b5bc35e76 X-Archives-Hash: f1560094fb537a51b8796b34f43f009f commit: eb9aceef03476fef478c8fbe3ffa814c1fd9b303 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 26 09:41:03 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu May 26 09:43:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9aceef x11-misc/colord: Call udev_reload Closes: https://bugs.gentoo.org/847055 Signed-off-by: Pacho Ramos gentoo.org> x11-misc/colord/colord-1.4.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/colord/colord-1.4.6.ebuild b/x11-misc/colord/colord-1.4.6.ebuild index d44a1d181995..04fd9fd77fd8 100644 --- a/x11-misc/colord/colord-1.4.6.ebuild +++ b/x11-misc/colord/colord-1.4.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 VALA_USE_DEPEND="vapigen" -inherit bash-completion-r1 meson-multilib tmpfiles vala +inherit bash-completion-r1 meson-multilib tmpfiles udev vala DESCRIPTION="System service to accurately color manage input and output devices" HOMEPAGE="https://www.freedesktop.org/software/colord/" @@ -114,5 +114,6 @@ multilib_src_install_all() { } pkg_postinst() { + udev_reload tmpfiles_process colord.conf }