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 D626D139085 for ; Fri, 3 Feb 2017 21:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4CA21C028; Fri, 3 Feb 2017 21:29:22 +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 B4FC821C028 for ; Fri, 3 Feb 2017 21:29:22 +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 A3DB03411B5 for ; Fri, 3 Feb 2017 21:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48B293A86 for ; Fri, 3 Feb 2017 21:29:20 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486157353.d758045ab1897222e8b61b9821c1c99cc74b8e89.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xtrs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xtrs/xtrs-4.9d-r4.ebuild X-VCS-Directories: app-emulation/xtrs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d758045ab1897222e8b61b9821c1c99cc74b8e89 X-VCS-Branch: master Date: Fri, 3 Feb 2017 21:29:20 +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: 33c8ec9c-c1de-44f3-9a36-9917a52c1e83 X-Archives-Hash: 82c51245cb9944eb151e003d671844c5 commit: d758045ab1897222e8b61b9821c1c99cc74b8e89 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 3 21:29:13 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 3 21:29:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d758045a app-emulation/xtrs: Add slot operators for ncurses and readline libs. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/xtrs/xtrs-4.9d-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/xtrs/xtrs-4.9d-r4.ebuild b/app-emulation/xtrs/xtrs-4.9d-r4.ebuild index 03e6812..db3ec18 100644 --- a/app-emulation/xtrs/xtrs-4.9d-r4.ebuild +++ b/app-emulation/xtrs/xtrs-4.9d-r4.ebuild @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="ls-dos" RESTRICT="ls-dos? ( bindist )" -RDEPEND="sys-libs/ncurses:0 - sys-libs/readline:0 +RDEPEND="sys-libs/ncurses:0= + sys-libs/readline:0= x11-libs/libX11" DEPEND="${RDEPEND} ls-dos? ( app-arch/unzip dev-util/xdelta:3 )"