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 8868D1382C5 for ; Sat, 6 Jan 2018 00:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F205FE08AC; Sat, 6 Jan 2018 00:47:31 +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 D315FE08AC for ; Sat, 6 Jan 2018 00:47:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F183C335C2C for ; Sat, 6 Jan 2018 00:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80152198 for ; Sat, 6 Jan 2018 00:47:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1515199640.a7879f8eacde15e48daaf26dde56193a0cca34b6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnugo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnugo/gnugo-3.9.1-r1.ebuild X-VCS-Directories: games-board/gnugo/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a7879f8eacde15e48daaf26dde56193a0cca34b6 X-VCS-Branch: master Date: Sat, 6 Jan 2018 00:47:29 +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: bdd6bc6b-60eb-48f2-be2d-285a8af63530 X-Archives-Hash: 71037239db42e7efc6a8ba6524205866 commit: a7879f8eacde15e48daaf26dde56193a0cca34b6 Author: Michael Palimaka gentoo org> AuthorDate: Sat Jan 6 00:47:03 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 6 00:47:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7879f8e games-board/gnugo: add subslot operator Package-Manager: Portage-2.3.14, Repoman-2.3.6 games-board/gnugo/gnugo-3.9.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/gnugo/gnugo-3.9.1-r1.ebuild b/games-board/gnugo/gnugo-3.9.1-r1.ebuild index 13dba3086bf..aba4225ac34 100644 --- a/games-board/gnugo/gnugo-3.9.1-r1.ebuild +++ b/games-board/gnugo/gnugo-3.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="readline" -DEPEND="readline? ( sys-libs/readline:0 ) - >=sys-libs/ncurses-5.2-r3:0" +DEPEND="readline? ( sys-libs/readline:0= ) + >=sys-libs/ncurses-5.2-r3:0=" RDEPEND=${DEPEND} src_prepare() {