commit: 330ea10a3bd83ee826a6e0151fbfb849b5b0e0cc
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 00:59:34 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat May 13 01:03:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330ea10a
virtual/wine: Update letter case
Package-Manager: Portage-2.3.5, Repoman-2.3.2
virtual/wine/metadata.xml | 2 +-
virtual/wine/wine-0-r4.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/virtual/wine/metadata.xml b/virtual/wine/metadata.xml
index 640696b8ae1..de062ba7a89 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 37b7a7f5477..cf17eab1c25 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