diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 12:36:48 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 12:36:48 +0000 |
commit | 64c5917e1fea17e79b5663a61ceb80df3e993731 (patch) | |
tree | f2b114aeb1af4f5d49b9d76c66eae844527fb488 /games-emulation/neopocott | |
parent | drop virtual/libc dep (diff) | |
download | gentoo-2-64c5917e1fea17e79b5663a61ceb80df3e993731.tar.gz gentoo-2-64c5917e1fea17e79b5663a61ceb80df3e993731.tar.bz2 gentoo-2-64c5917e1fea17e79b5663a61ceb80df3e993731.zip |
drop virtual/libc dep
(Portage version: 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} |