diff options
author | 2015-06-02 03:58:35 +0000 | |
---|---|---|
committer | 2015-06-02 03:58:35 +0000 | |
commit | 8ec1b219423e04b9d8956b182f26a10a00df1053 (patch) | |
tree | fcfeee0e486e6201dd27fe420484b9f4ab278093 /games-board/gnugo | |
parent | old (diff) | |
download | gentoo-2-8ec1b219423e04b9d8956b182f26a10a00df1053.tar.gz gentoo-2-8ec1b219423e04b9d8956b182f26a10a00df1053.tar.bz2 gentoo-2-8ec1b219423e04b9d8956b182f26a10a00df1053.zip |
add slot dep for repoman
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board/gnugo')
-rw-r--r-- | games-board/gnugo/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/gnugo/gnugo-3.9.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/gnugo/ChangeLog b/games-board/gnugo/ChangeLog index d4a8cc16c27c..fa465c8cdb48 100644 --- a/games-board/gnugo/ChangeLog +++ b/games-board/gnugo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/gnugo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.39 2015/06/02 03:57:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.40 2015/06/02 03:58:35 mr_bones_ Exp $ + + 02 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> gnugo-3.9.1-r1.ebuild: + add slot dep for repoman 02 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> -gnugo-3.9.1.ebuild: old diff --git a/games-board/gnugo/gnugo-3.9.1-r1.ebuild b/games-board/gnugo/gnugo-3.9.1-r1.ebuild index 3e5b8c5f8f73..9e6552d73639 100644 --- a/games-board/gnugo/gnugo-3.9.1-r1.ebuild +++ b/games-board/gnugo/gnugo-3.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild,v 1.4 2015/03/25 13:51:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.9.1-r1.ebuild,v 1.5 2015/06/02 03:58:35 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="readline" -DEPEND="readline? ( sys-libs/readline ) +DEPEND="readline? ( sys-libs/readline:0 ) >=sys-libs/ncurses-5.2-r3" RDEPEND=${DEPEND} |