Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/
Date: Thu, 26 May 2022 09:44:13
Message-Id: 1653558232.eb9aceef03476fef478c8fbe3ffa814c1fd9b303.pacho@gentoo
1 commit: eb9aceef03476fef478c8fbe3ffa814c1fd9b303
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 09:41:03 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 09:43:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9aceef
7
8 x11-misc/colord: Call udev_reload
9
10 Closes: https://bugs.gentoo.org/847055
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-misc/colord/colord-1.4.6.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-misc/colord/colord-1.4.6.ebuild b/x11-misc/colord/colord-1.4.6.ebuild
17 index d44a1d181995..04fd9fd77fd8 100644
18 --- a/x11-misc/colord/colord-1.4.6.ebuild
19 +++ b/x11-misc/colord/colord-1.4.6.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22 VALA_USE_DEPEND="vapigen"
23
24 -inherit bash-completion-r1 meson-multilib tmpfiles vala
25 +inherit bash-completion-r1 meson-multilib tmpfiles udev vala
26
27 DESCRIPTION="System service to accurately color manage input and output devices"
28 HOMEPAGE="https://www.freedesktop.org/software/colord/"
29 @@ -114,5 +114,6 @@ multilib_src_install_all() {
30 }
31
32 pkg_postinst() {
33 + udev_reload
34 tmpfiles_process colord.conf
35 }