summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-05-12 20:59:34 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-05-12 21:03:01 -0400
commit330ea10a3bd83ee826a6e0151fbfb849b5b0e0cc (patch)
tree9b8cf6816f0d32e2b0c1930eef4002abc840c3c6 /virtual/wine
parentapp-emulation/wine-any: Make descriptions a little more verbose (diff)
downloadgentoo-330ea10a3bd83ee826a6e0151fbfb849b5b0e0cc.tar.gz
gentoo-330ea10a3bd83ee826a6e0151fbfb849b5b0e0cc.tar.bz2
gentoo-330ea10a3bd83ee826a6e0151fbfb849b5b0e0cc.zip
virtual/wine: Update letter case
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'virtual/wine')
-rw-r--r--virtual/wine/metadata.xml2
-rw-r--r--virtual/wine/wine-0-r4.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/wine/metadata.xml b/virtual/wine/metadata.xml
index 640696b8ae16..de062ba7a89a 100644
--- a/virtual/wine/metadata.xml
+++ b/virtual/wine/metadata.xml
@@ -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>
diff --git a/virtual/wine/wine-0-r4.ebuild b/virtual/wine/wine-0-r4.ebuild
index 37b7a7f5477d..cf17eab1c251 100644
--- a/virtual/wine/wine-0-r4.ebuild
+++ b/virtual/wine/wine-0-r4.ebuild
@@ -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