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 F35311397D5 for ; Sun, 16 Aug 2015 14:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24D8D14040; Sun, 16 Aug 2015 14:21:04 +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 F36D7141F7 for ; Sun, 16 Aug 2015 14:21:02 +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 1B0AF340AC5 for ; Sun, 16 Aug 2015 14:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6441F163 for ; Sun, 16 Aug 2015 14:20:59 +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: <1439734854.c0f0e4442a54d113f2ac8a0991de573b704b296f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gptfdisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild X-VCS-Directories: sys-apps/gptfdisk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c0f0e4442a54d113f2ac8a0991de573b704b296f X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:20:59 +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: ff38b5c6-48e0-41da-9b04-6b3644000483 X-Archives-Hash: bb28b775b5a5c2086c7700a2c936a052 commit: c0f0e4442a54d113f2ac8a0991de573b704b296f Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 14:16:00 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 14:20:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f0e444 sys-apps/gptfdisk: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild | 5 +++-- sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild b/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild index ef98452..9bea75e 100644 --- a/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-0.8.10.ebuild @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="kernel_linux ncurses static" -LIB_DEPEND="dev-libs/popt[static-libs(+)] - ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) +LIB_DEPEND=" + dev-libs/popt[static-libs(+)] + ncurses? ( >=sys-libs/ncurses-5.7-r7:5=[static-libs(+)] ) kernel_linux? ( sys-apps/util-linux[static-libs(+)] )" # libuuid RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND} diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild index f96d989..9a0e6ab 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.0.ebuild @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="kernel_linux ncurses static" -LIB_DEPEND="dev-libs/popt[static-libs(+)] - ncurses? ( >=sys-libs/ncurses-5.7-r7[static-libs(+)] ) +LIB_DEPEND=" + dev-libs/popt[static-libs(+)] + ncurses? ( >=sys-libs/ncurses-5.7-r7:5=[static-libs(+)] ) kernel_linux? ( sys-apps/util-linux[static-libs(+)] )" # libuuid RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )" DEPEND="${RDEPEND}