From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 16 Apr 2018 17:03:51 +0000 (+0200) Subject: Revert "virtual/w3m: www-client/w3mmee is broken and being removed (#586258)". X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09b1eacfbc98775ede308c0ae0db46f3610ab174;p=gentoo.git Revert "virtual/w3m: www-client/w3mmee is broken and being removed (#586258)". This reverts commit cb04259fcf37c2733cd13bccfc8ae507165741b9. www-client/w3mmee has been unmasked in commit de7b1426a5313ab887236b0b26ab5b08f4f350b0. --- diff --git a/virtual/w3m/w3m-0-r1.ebuild b/virtual/w3m/w3m-0.ebuild similarity index 82% rename from virtual/w3m/w3m-0-r1.ebuild rename to virtual/w3m/w3m-0.ebuild index c28e16767958..00837ac67a44 100644 --- a/virtual/w3m/w3m-0-r1.ebuild +++ b/virtual/w3m/w3m-0.ebuild @@ -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 + )"