From a7879f8eacde15e48daaf26dde56193a0cca34b6 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 6 Jan 2018 11:47:03 +1100 Subject: 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 13dba3086bfe..aba4225ac342 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() { -- cgit v1.2.3-65-gdbad