From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0B9315838C for ; Thu, 18 Jan 2024 15:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37364E2B2A; Thu, 18 Jan 2024 15:16:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1990BE2B2A for ; Thu, 18 Jan 2024 15:16:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53C3F343365 for ; Thu, 18 Jan 2024 15:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFCD41454 for ; Thu, 18 Jan 2024 15:16:14 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1705590836.51fcd23de011a0f5daa9fb68b3f1a57225e26f47.ionen@gentoo> Subject: [gentoo-commits] proj/eselect-wine:master commit in: / X-VCS-Repository: proj/eselect-wine X-VCS-Files: README.rst X-VCS-Directories: / X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 51fcd23de011a0f5daa9fb68b3f1a57225e26f47 X-VCS-Branch: master Date: Thu, 18 Jan 2024 15:16:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5df1aed8-03af-4007-b947-3d33932c6585 X-Archives-Hash: 5f41e511dc3ba8ea8c4cd83edb853b91 commit: 51fcd23de011a0f5daa9fb68b3f1a57225e26f47 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jan 18 15:13:05 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jan 18 15:13:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/eselect-wine.git/commit/?id=51fcd23d README.rst: note that variant names should not have hyphens *Could* be supported but understanding - with an arbitrary amount of leading hyphens feels like an unnecessary complexification. Signed-off-by: Ionen Wolkens gentoo.org> README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ef069d2..1b32c60 100644 --- a/README.rst +++ b/README.rst @@ -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 (``-``).