virtual/wine: Update letter case

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
NP-Hardass
2017-05-12 20:59:34 -04:00
parent e6ac88db84
commit 330ea10a3b
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<flag name="staging">Enable Wine-Staging's Patchset</flag>
</use>
<longdescription lang="en">
Allows for any variant of WINE, regardless of slotting to fulfill the dependencies
Allows for any variant of Wine, regardless of slotting to fulfill the dependencies
traditionally fulfilled by the non-slotted, pre-variant, app-emulation/wine.
</longdescription>
</pkgmetadata>

View File

@@ -3,11 +3,11 @@
EAPI=6
DESCRIPTION="Virtual for WINE that supports multiple variants and slotting"
DESCRIPTION="Virtual for Wine that supports multiple variants and slotting"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="staging d3d9"
IUSE="d3d9 staging"
# Note, the ordering here is intentional, to take advantage of the short-circuit
# logic of portage, to enforce wine-vanilla as default for new users. The idea