diff options
author | 2004-05-02 02:02:02 +0000 | |
---|---|---|
committer | 2004-05-02 02:02:02 +0000 | |
commit | a57127c4fd24969941a4bc134dfcf6a4d25e86d2 (patch) | |
tree | 7b6b543f3aee7fe1ee92f3e17d3da7bef5cae73b /games-board/gnugo/gnugo-3.4.ebuild | |
parent | Fixed DEPEND. (Manifest recommit) (diff) | |
download | gentoo-2-a57127c4fd24969941a4bc134dfcf6a4d25e86d2.tar.gz gentoo-2-a57127c4fd24969941a4bc134dfcf6a4d25e86d2.tar.bz2 gentoo-2-a57127c4fd24969941a4bc134dfcf6a4d25e86d2.zip |
IUSE
Diffstat (limited to 'games-board/gnugo/gnugo-3.4.ebuild')
-rw-r--r-- | games-board/gnugo/gnugo-3.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/gnugo/gnugo-3.4.ebuild b/games-board/gnugo/gnugo-3.4.ebuild index b269df76fb45..e4018cb34ce5 100644 --- a/games-board/gnugo/gnugo-3.4.ebuild +++ b/games-board/gnugo/gnugo-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.4.ebuild,v 1.5 2004/04/21 18:22:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.4.ebuild,v 1.6 2004/05/02 01:59:24 mr_bones_ Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="ftp://sporadic.stanford.edu/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc alpha amd64" +IUSE="" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r3" |