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 BD5EB13881E for ; Mon, 28 Sep 2015 04:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 172A721C003; Mon, 28 Sep 2015 04:48:32 +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 AE60A21C003 for ; Mon, 28 Sep 2015 04:48:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D213C3410EE for ; Mon, 28 Sep 2015 04:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A1221E for ; Mon, 28 Sep 2015 04:48:26 +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: <1443415700.c01c9059ede0a4379abcd38a839571083e4deed5.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-3.3.10-r1.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c01c9059ede0a4379abcd38a839571083e4deed5 X-VCS-Branch: master Date: Mon, 28 Sep 2015 04:48:26 +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: 54fda105-d1d3-461c-93f5-b1503f19d868 X-Archives-Hash: f975579a78a609a9afe89de3cedd66d2 commit: c01c9059ede0a4379abcd38a839571083e4deed5 Author: Mike Frysinger gentoo org> AuthorDate: Mon Sep 28 04:45:13 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Sep 28 04:48:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01c9059 sys-process/procps: use subslot w/ncurses dep #561282 This also upgrades to EAPI=5. sys-process/procps/procps-3.3.10-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/procps/procps-3.3.10-r1.ebuild b/sys-process/procps/procps-3.3.10-r1.ebuild index 4bb6d10..2371c4d 100644 --- a/sys-process/procps/procps-3.3.10-r1.ebuild +++ b/sys-process/procps/procps-3.3.10-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit eutils toolchain-funcs @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="+ncurses modern-top nls selinux static-libs systemd test unicode" RDEPEND="!=sys-libs/ncurses-5.7-r7[unicode?] ) + ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] ) selinux? ( sys-libs/libselinux ) systemd? ( >=sys-apps/systemd-209 )" DEPEND="${RDEPEND}