diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-18 10:13:05 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-18 10:13:56 -0500 |
commit | 51fcd23de011a0f5daa9fb68b3f1a57225e26f47 (patch) | |
tree | f86b8ebd9302890983d7dda210ade0b6a4be34c4 | |
parent | wine.eselect: adjust portage PATH comment (diff) | |
download | eselect-wine-master.tar.gz eselect-wine-master.tar.bz2 eselect-wine-master.zip |
*Could* be supported but understanding -<version> with an arbitrary
amount of leading hyphens feels like an unnecessary complexification.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,4 +46,5 @@ In ebuilds, note ``(de)register`` or using ``pkg_prerm`` is deprecated, use:: eselect wine update --if-unset || die } -Any arbitrary ``wine-myvariant`` is supported for custom ebuilds. +Any arbitrary ``wine-myvariant`` is supported for custom ebuilds, except that +the variant name should not contain hyphens (``-``). |