diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-09-28 14:33:31 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-28 14:33:31 +0300 |
commit | 00377cfc2a15d4f698f4b2807f03942be3d2ca1c (patch) | |
tree | 845695e5120722862f700f45121dd7a72783a0d0 /games-util/gamemode | |
parent | games-util/gamemode: Drop old (diff) | |
download | gentoo-00377cfc2a15d4f698f4b2807f03942be3d2ca1c.tar.gz gentoo-00377cfc2a15d4f698f4b2807f03942be3d2ca1c.tar.bz2 gentoo-00377cfc2a15d4f698f4b2807f03942be3d2ca1c.zip |
games-util/gamemode: fix typo with ck-sources
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-util/gamemode')
-rw-r--r-- | games-util/gamemode/gamemode-1.6.ebuild | 2 | ||||
-rw-r--r-- | games-util/gamemode/gamemode-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/gamemode/gamemode-1.6.ebuild b/games-util/gamemode/gamemode-1.6.ebuild index 0af83005b8c1..b84faf4b7183 100644 --- a/games-util/gamemode/gamemode-1.6.ebuild +++ b/games-util/gamemode/gamemode-1.6.ebuild @@ -45,7 +45,7 @@ DOCS=( pkg_pretend() { elog elog "GameMode needs a kernel capable of SCHED_ISO to use its soft realtime" - elog "feature. Examples of kernels providing that are sys-kernel/ck-source" + elog "feature. Examples of kernels providing that are sys-kernel/ck-sources" elog "and sys-kernel/pf-sources." elog elog "Support for soft realtime is completely optional. It may provide the" diff --git a/games-util/gamemode/gamemode-9999.ebuild b/games-util/gamemode/gamemode-9999.ebuild index 0af83005b8c1..b84faf4b7183 100644 --- a/games-util/gamemode/gamemode-9999.ebuild +++ b/games-util/gamemode/gamemode-9999.ebuild @@ -45,7 +45,7 @@ DOCS=( pkg_pretend() { elog elog "GameMode needs a kernel capable of SCHED_ISO to use its soft realtime" - elog "feature. Examples of kernels providing that are sys-kernel/ck-source" + elog "feature. Examples of kernels providing that are sys-kernel/ck-sources" elog "and sys-kernel/pf-sources." elog elog "Support for soft realtime is completely optional. It may provide the" |