From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 146021385B0 for ; Sun, 16 Aug 2015 10:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93FC0141FE; Sun, 16 Aug 2015 10:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE24E142CA for ; Sun, 16 Aug 2015 10:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9C1334076D for ; Sun, 16 Aug 2015 10:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B54315D for ; Sun, 16 Aug 2015 10:52:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439722342.f6f229cfd37b69bdb641ff668bdb5e5120f2a4c6.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/lynx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/lynx/lynx-2.8.8_p2.ebuild www-client/lynx/lynx-2.8.9_pre4.ebuild www-client/lynx/metadata.xml X-VCS-Directories: www-client/lynx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f6f229cfd37b69bdb641ff668bdb5e5120f2a4c6 X-VCS-Branch: master Date: Sun, 16 Aug 2015 10:52:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a04a20c-f376-41f5-b515-7139b3d8eaaf X-Archives-Hash: 408369cc80e8c5010c1368bdafc69d66 commit: f6f229cfd37b69bdb641ff668bdb5e5120f2a4c6 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 10:50:26 2015 +0000 Commit: Justin Lecher gentoo 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 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 @@ Tim Harder - Enable HTTPS support. - Use gnutls library for HTTPS support (openssl is the default library for HTTPS support). + Enable HTTPS support. + Use gnutls library for HTTPS support (openssl is the default library for HTTPS support).