Skip to content

Commit

Permalink
games-board/gnugo: add subslot operator
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
Michael Palimaka committed Jan 6, 2018
1 parent 0a85608 commit a7879f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-board/gnugo/gnugo-3.9.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit a7879f8

Please sign in to comment.