diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:04:44 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:04:44 +0000 |
commit | 1a881f389f9804c63b16f987dc9dd27e92e9eeb4 (patch) | |
tree | 811eadc91dd7f8068e614342fa9062ee32d87951 /games-puzzle/seatris/seatris-0.0.14.ebuild | |
parent | drop virtual/libc dep (diff) | |
download | gentoo-2-1a881f389f9804c63b16f987dc9dd27e92e9eeb4.tar.gz gentoo-2-1a881f389f9804c63b16f987dc9dd27e92e9eeb4.tar.bz2 gentoo-2-1a881f389f9804c63b16f987dc9dd27e92e9eeb4.zip |
drop virtual/libc dep
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'games-puzzle/seatris/seatris-0.0.14.ebuild')
-rw-r--r-- | games-puzzle/seatris/seatris-0.0.14.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-puzzle/seatris/seatris-0.0.14.ebuild b/games-puzzle/seatris/seatris-0.0.14.ebuild index 3a1a60fcca64..585148d58b0b 100644 --- a/games-puzzle/seatris/seatris-0.0.14.ebuild +++ b/games-puzzle/seatris/seatris-0.0.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild,v 1.7 2006/08/15 14:52:39 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/seatris/seatris-0.0.14.ebuild,v 1.8 2008/05/15 13:04:44 nyhm Exp $ inherit games @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="" -DEPEND="virtual/libc - sys-libs/ncurses" +DEPEND="sys-libs/ncurses" src_unpack() { unpack ${A} |