commit:     f6f229cfd37b69bdb641ff668bdb5e5120f2a4c6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 10:50:26 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 10:52:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f229cf

www-client/lynx: Use slot operators for ncurses

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 www-client/lynx/lynx-2.8.8_p2.ebuild   | 4 ++--
 www-client/lynx/lynx-2.8.9_pre4.ebuild | 2 +-
 www-client/lynx/metadata.xml           | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-client/lynx/lynx-2.8.8_p2.ebuild 
b/www-client/lynx/lynx-2.8.8_p2.ebuild
index e5624d6..711c303 100644
--- a/www-client/lynx/lynx-2.8.8_p2.ebuild
+++ b/www-client/lynx/lynx-2.8.8_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode"
 
-RDEPEND="sys-libs/ncurses[unicode?]
+RDEPEND="sys-libs/ncurses:5=[unicode?]
        sys-libs/zlib
        nls? ( virtual/libintl )
        ssl? (

diff --git a/www-client/lynx/lynx-2.8.9_pre4.ebuild 
b/www-client/lynx/lynx-2.8.9_pre4.ebuild
index ae32b1e..0d10481 100644
--- a/www-client/lynx/lynx-2.8.9_pre4.ebuild
+++ b/www-client/lynx/lynx-2.8.9_pre4.ebuild
@@ -27,7 +27,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode"
 
-RDEPEND="sys-libs/ncurses[unicode?]
+RDEPEND="sys-libs/ncurses:5=[unicode?]
        sys-libs/zlib
        nls? ( virtual/libintl )
        ssl? (

diff --git a/www-client/lynx/metadata.xml b/www-client/lynx/metadata.xml
index 5fe596d..5c0215e 100644
--- a/www-client/lynx/metadata.xml
+++ b/www-client/lynx/metadata.xml
@@ -6,7 +6,7 @@
                <name>Tim Harder</name>
        </maintainer>
        <use>
-               <flag name='ssl'>Enable HTTPS support.</flag>
-               <flag name='gnutls'>Use gnutls library for HTTPS support 
(openssl is the default library for HTTPS support).</flag>
+               <flag name="ssl">Enable HTTPS support.</flag>
+               <flag name="gnutls">Use gnutls library for HTTPS support 
(openssl is the default library for HTTPS support).</flag>
        </use>
 </pkgmetadata>

Reply via email to