From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5910138330 for ; Mon, 28 May 2018 18:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC54E0653; Mon, 28 May 2018 18:27:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1586DE0653 for ; Mon, 28 May 2018 18:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17490335C51 for ; Mon, 28 May 2018 18:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F502A8 for ; Mon, 28 May 2018 18:27:02 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1527532016.2af412e407cb60954bba425f33f358dde38251ab.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/megacli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/megacli/megacli-8.07.10.ebuild sys-block/megacli/megacli-8.07.14-r1.ebuild sys-block/megacli/megacli-8.07.14.ebuild X-VCS-Directories: sys-block/megacli/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2af412e407cb60954bba425f33f358dde38251ab X-VCS-Branch: master Date: Mon, 28 May 2018 18:27:02 +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: 392c7d86-bfa7-481f-8e77-9e6345a0fb1f X-Archives-Hash: 725ef43dd76629ad5286199ab613abc2 commit: 2af412e407cb60954bba425f33f358dde38251ab Author: Robin H. Johnson gentoo org> AuthorDate: Mon May 28 18:26:32 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon May 28 18:26:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af412e4 sys-block/megacli: clarify ncurses dep Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.33, Repoman-2.3.9 sys-block/megacli/megacli-8.07.10.ebuild | 4 ++-- sys-block/megacli/megacli-8.07.14-r1.ebuild | 4 ++-- sys-block/megacli/megacli-8.07.14.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-block/megacli/megacli-8.07.10.ebuild b/sys-block/megacli/megacli-8.07.10.ebuild index f822d8763e9..b8d98d13d67 100644 --- a/sys-block/megacli/megacli-8.07.10.ebuild +++ b/sys-block/megacli/megacli-8.07.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ IUSE="" DEPEND="app-arch/unzip app-admin/chrpath" -RDEPEND="=sys-libs/ncurses-5*" +RDEPEND="sys-libs/ncurses:5" S=${WORKDIR}/${MY_P} diff --git a/sys-block/megacli/megacli-8.07.14-r1.ebuild b/sys-block/megacli/megacli-8.07.14-r1.ebuild index 5092c2b2b77..92d6aa9dc7d 100644 --- a/sys-block/megacli/megacli-8.07.14-r1.ebuild +++ b/sys-block/megacli/megacli-8.07.14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ IUSE="" DEPEND="app-arch/unzip app-admin/chrpath" -RDEPEND="=sys-libs/ncurses-5*" +RDEPEND="sys-libs/ncurses:5" S=${WORKDIR} diff --git a/sys-block/megacli/megacli-8.07.14.ebuild b/sys-block/megacli/megacli-8.07.14.ebuild index fe24a5d5c17..b1b11afc3a9 100644 --- a/sys-block/megacli/megacli-8.07.14.ebuild +++ b/sys-block/megacli/megacli-8.07.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ IUSE="" DEPEND="app-arch/unzip app-admin/chrpath" -RDEPEND="=sys-libs/ncurses-5*" +RDEPEND="sys-libs/ncurses:5" S=${WORKDIR}