diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-16 02:30:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-16 02:30:05 +0000 |
commit | 2bae1ca57a45963f92b8e10b623bc14f71a995f5 (patch) | |
tree | de94167ad04087b02640f84527f5ad3ac6365fa7 /games-board/gnugo | |
parent | Version bump. (diff) | |
download | gentoo-2-2bae1ca57a45963f92b8e10b623bc14f71a995f5.tar.gz gentoo-2-2bae1ca57a45963f92b8e10b623bc14f71a995f5.tar.bz2 gentoo-2-2bae1ca57a45963f92b8e10b623bc14f71a995f5.zip |
add missing readline to IUSE as pointed out by Ciaran McCreesh #122903
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-board/gnugo')
-rw-r--r-- | games-board/gnugo/gnugo-3.7.6.ebuild | 6 | ||||
-rw-r--r-- | games-board/gnugo/gnugo-3.7.7.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-board/gnugo/gnugo-3.7.6.ebuild b/games-board/gnugo/gnugo-3.7.6.ebuild index 87647bbc33fd..a7ea8d8129ea 100644 --- a/games-board/gnugo/gnugo-3.7.6.ebuild +++ b/games-board/gnugo/gnugo-3.7.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.7.6.ebuild,v 1.1 2005/10/09 05:03:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.7.6.ebuild,v 1.2 2006/02/16 02:30:05 vapier Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86" -IUSE="" +IUSE="readline" DEPEND=">=sys-libs/ncurses-5.2-r3 readline? ( sys-libs/readline )" diff --git a/games-board/gnugo/gnugo-3.7.7.ebuild b/games-board/gnugo/gnugo-3.7.7.ebuild index 7f3a8b969afd..2c9437799148 100644 --- a/games-board/gnugo/gnugo-3.7.7.ebuild +++ b/games-board/gnugo/gnugo-3.7.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.7.7.ebuild,v 1.1 2005/10/22 01:37:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.7.7.ebuild,v 1.2 2006/02/16 02:30:05 vapier Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86" -IUSE="" +IUSE="readline" DEPEND=">=sys-libs/ncurses-5.2-r3 readline? ( sys-libs/readline )" |