diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-05-15 12:36:48 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-05-15 12:36:48 +0000 |
commit | 308d0e3931e20eec2d8cad764cfc71e7a443dd54 (patch) | |
tree | 2854db0b31222e3a13e42879aa4e26a84aa0eb27 /games-emulation/neopocott | |
parent | Added ~ppc; bug #215033 (diff) | |
download | historical-308d0e3931e20eec2d8cad764cfc71e7a443dd54.tar.gz historical-308d0e3931e20eec2d8cad764cfc71e7a443dd54.tar.bz2 historical-308d0e3931e20eec2d8cad764cfc71e7a443dd54.zip |
drop virtual/libc dep
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'games-emulation/neopocott')
-rw-r--r-- | games-emulation/neopocott/neopocott-0.38b.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-emulation/neopocott/neopocott-0.38b.ebuild b/games-emulation/neopocott/neopocott-0.38b.ebuild index 009cd19daf11..fcca7a452de1 100644 --- a/games-emulation/neopocott/neopocott-0.38b.ebuild +++ b/games-emulation/neopocott/neopocott-0.38b.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-emulation/neopocott/neopocott-0.38b.ebuild,v 1.7 2006/09/19 19:11:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/neopocott/neopocott-0.38b.ebuild,v 1.8 2008/05/15 12:36:48 nyhm Exp $ inherit games @@ -16,8 +16,7 @@ RESTRICT="strip" IUSE="" RDEPEND="media-libs/libsdl - sys-libs/zlib - virtual/libc" + sys-libs/zlib" S=${WORKDIR} |