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 E242213881D for ; Sat, 26 Sep 2015 08:07:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77A5321C09A; Sat, 26 Sep 2015 08:07:55 +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 CF47521C006 for ; Sat, 26 Sep 2015 08:07:54 +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 14CD1340A51 for ; Sat, 26 Sep 2015 08:07:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F28E21F9 for ; Sat, 26 Sep 2015 08:07:51 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1443254861.d5854659e48b39db2932881883421e328e9c9448.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/less/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/less/less-481.ebuild X-VCS-Directories: sys-apps/less/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d5854659e48b39db2932881883421e328e9c9448 X-VCS-Branch: master Date: Sat, 26 Sep 2015 08:07:51 +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: 8c90164a-9f9d-4cec-919e-af106f717ae3 X-Archives-Hash: 76c72770e8c29f828996e434479962bd commit: d5854659e48b39db2932881883421e328e9c9448 Author: Mike Frysinger gentoo org> AuthorDate: Sat Sep 26 07:24:37 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat Sep 26 08:07:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5854659 sys-apps/less: update to EAPI=5 and use subslot w/ncurses #561312 sys-apps/less/less-481.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/less/less-481.ebuild b/sys-apps/less/less-481.ebuild index 4602bbe..4b2ab24 100644 --- a/sys-apps/less/less-481.ebuild +++ b/sys-apps/less/less-481.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit eutils @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="pcre unicode" DEPEND=">=app-misc/editor-wrapper-3 - >=sys-libs/ncurses-5.2 + >=sys-libs/ncurses-5.2:0= pcre? ( dev-libs/libpcre )" RDEPEND="${DEPEND}"