diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 00:30:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 00:30:50 +0100 |
commit | c2a3f86ac0c573206a6a46062b4f6f4e39a736af (patch) | |
tree | ca2d7f5879b96c50355d5596d0a168aaf83c29b6 /sys-apps/systemd-utils | |
parent | net-misc/gallery-dl: Stabilize 1.21.2 x86, #848573 (diff) | |
download | gentoo-c2a3f86ac0c573206a6a46062b4f6f4e39a736af.tar.gz gentoo-c2a3f86ac0c573206a6a46062b4f6f4e39a736af.tar.bz2 gentoo-c2a3f86ac0c573206a6a46062b4f6f4e39a736af.zip |
sys-apps/systemd-utils: clarify for OpenRC users
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-250.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-250.6.ebuild b/sys-apps/systemd-utils/systemd-utils-250.6.ebuild index 675ea51ff46a..fd0c93da4bf8 100644 --- a/sys-apps/systemd-utils/systemd-utils-250.6.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-250.6.ebuild @@ -8,7 +8,7 @@ QA_PKGCONFIG_VERSION=$(ver_cut 1) inherit bash-completion-r1 flag-o-matic meson-multilib python-any-r1 toolchain-funcs udev usr-ldscript -DESCRIPTION="Utilities taken from systemd" +DESCRIPTION="Utilities split out from systemd for OpenRC users" HOMEPAGE="https://systemd.io/" if [[ ${PV} == *.* ]]; then |