diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2023-05-20 00:53:26 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 09:01:26 +0100 |
commit | 17fa580d16f806ae901702ccce49d340a3b4ddb7 (patch) | |
tree | 955686844631318ad2d6af8ea91dbe49a0948c8f /x11-misc | |
parent | www-apps/roundup: Remove old (diff) | |
download | gentoo-17fa580d16f806ae901702ccce49d340a3b4ddb7.tar.gz gentoo-17fa580d16f806ae901702ccce49d340a3b4ddb7.tar.bz2 gentoo-17fa580d16f806ae901702ccce49d340a3b4ddb7.zip |
x11-misc/ydotool: Update the OpenRC unit name
Name the OpenRC unit the same as upstream's systemd unit for
consistency, even though we are launching ydotoold.
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/31103
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/ydotool/ydotool-1.0.4-r1.ebuild (renamed from x11-misc/ydotool/ydotool-1.0.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/ydotool/ydotool-1.0.4.ebuild b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild index 05d76a2ed3da..7e5ec069a404 100644 --- a/x11-misc/ydotool/ydotool-1.0.4.ebuild +++ b/x11-misc/ydotool/ydotool-1.0.4-r1.ebuild @@ -20,5 +20,5 @@ BDEPEND=" src_install() { cmake_src_install - newinitd Daemon/ydotool.service-openrc.in ydotoold + newinitd Daemon/ydotool.service-openrc.in ${PN} } |