virtual/wine: Update letter case
authorNP-Hardass <NP-Hardass@gentoo.org>
Sat, 13 May 2017 00:59:34 +0000 (20:59 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Sat, 13 May 2017 01:03:01 +0000 (21:03 -0400)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

virtual/wine/metadata.xml
virtual/wine/wine-0-r4.ebuild

index 640696b8ae16b53f67e42f957c4b94a288af2c2b..de062ba7a89a224098eac803f35aec947657904a 100644 (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>
index 37b7a7f5477db4db934fde915cac0bca0b7b130a..cf17eab1c25186098a97a4038eaa54bc1215e85c 100644 (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