Revert "virtual/w3m: www-client/w3mmee is broken and being removed (#586258)".
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 16 Apr 2018 17:03:51 +0000 (19:03 +0200)
committerMike Gilbert <floppym@gentoo.org>
Mon, 16 Apr 2018 18:27:32 +0000 (14:27 -0400)
This reverts commit cb04259fcf37c2733cd13bccfc8ae507165741b9.
www-client/w3mmee has been unmasked in commit de7b1426a5313ab887236b0b26ab5b08f4f350b0.

virtual/w3m/w3m-0.ebuild [moved from virtual/w3m/w3m-0-r1.ebuild with 82% similarity]

similarity index 82%
rename from virtual/w3m/w3m-0-r1.ebuild
rename to virtual/w3m/w3m-0.ebuild
index c28e1676795854c5383df15f8b902f34f5d84e3b..00837ac67a448f642d1dba3a4aab064c1c36d927 100644 (file)
@@ -1,10 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="6"
 
 DESCRIPTION="Virtual for the w3m web browser"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 
-RDEPEND="www-client/w3m"
+RDEPEND="|| (
+               www-client/w3m
+               www-client/w3mmee
+       )"