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 4FA1F138330 for ; Mon, 19 Sep 2016 13:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC7D21C043; Mon, 19 Sep 2016 13:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2767921C043 for ; Mon, 19 Sep 2016 13:17:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB4C7340834 for ; Mon, 19 Sep 2016 13:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B28248D for ; Mon, 19 Sep 2016 13:17:12 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1474290560.451e80c085a45f6a45cdc5b35f5424769c5cef83.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/slang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/slang/slang-2.2.4-r1.ebuild sys-libs/slang/slang-2.3.0.ebuild X-VCS-Directories: sys-libs/slang/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 451e80c085a45f6a45cdc5b35f5424769c5cef83 X-VCS-Branch: master Date: Mon, 19 Sep 2016 13:17:12 +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: 460c3b19-251e-4fde-a257-91a4aaed01b8 X-Archives-Hash: d20111a2fb402d41b7fbed718a3d3b48 commit: 451e80c085a45f6a45cdc5b35f5424769c5cef83 Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 19 11:24:20 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Sep 19 13:09:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451e80c0 sys-libs/slang: sub-slot dep for sys-libs/readline and sys-libs/ncurses Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> sys-libs/slang/slang-2.2.4-r1.ebuild | 6 +++--- sys-libs/slang/slang-2.3.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/slang/slang-2.2.4-r1.ebuild b/sys-libs/slang/slang-2.2.4-r1.ebuild index d0d15f6..376f5ba 100644 --- a/sys-libs/slang/slang-2.2.4-r1.ebuild +++ b/sys-libs/slang/slang-2.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,11 +15,11 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ IUSE="cjk pcre png readline static-libs zlib" # ncurses for ncurses5-config to get terminfo directory -RDEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses:0= pcre? ( >=dev-libs/libpcre-8.33-r1[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) cjk? ( >=dev-libs/oniguruma-5.9.5[${MULTILIB_USEDEP}] ) - readline? ( >=sys-libs/readline-6.2_p5-r1:0[${MULTILIB_USEDEP}] ) + readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] diff --git a/sys-libs/slang/slang-2.3.0.ebuild b/sys-libs/slang/slang-2.3.0.ebuild index 496f6ab..bc2a46e 100644 --- a/sys-libs/slang/slang-2.3.0.ebuild +++ b/sys-libs/slang/slang-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,11 +15,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="cjk pcre png readline static-libs zlib" # ncurses for ncurses5-config to get terminfo directory -RDEPEND="sys-libs/ncurses +RDEPEND="sys-libs/ncurses:0= pcre? ( >=dev-libs/libpcre-8.33-r1[${MULTILIB_USEDEP}] ) png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) cjk? ( >=dev-libs/oniguruma-5.9.5[${MULTILIB_USEDEP}] ) - readline? ( >=sys-libs/readline-6.2_p5-r1:0[${MULTILIB_USEDEP}] ) + readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) abi_x86_32? ( !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]