diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:16:53 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:16:53 +0000 |
commit | 334d49c8b327be0671dc0f985646f421ebc9084e (patch) | |
tree | 7621caba7e6e492cc04b6332e1dbc005810e88fc | |
parent | drop virtual/libc dep (diff) | |
download | gentoo-2-334d49c8b327be0671dc0f985646f421ebc9084e.tar.gz gentoo-2-334d49c8b327be0671dc0f985646f421ebc9084e.tar.bz2 gentoo-2-334d49c8b327be0671dc0f985646f421ebc9084e.zip |
drop virtual/libc dep
(Portage version: 2.1.5_rc10)
-rw-r--r-- | games-util/biounzip/biounzip-1.1a.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games-util/biounzip/biounzip-1.1a.ebuild b/games-util/biounzip/biounzip-1.1a.ebuild index 4d69d9b14d8f..8b5776824237 100644 --- a/games-util/biounzip/biounzip-1.1a.ebuild +++ b/games-util/biounzip/biounzip-1.1a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 1.5 2007/12/05 03:46:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/biounzip/biounzip-1.1a.ebuild,v 1.6 2008/05/15 13:16:53 nyhm Exp $ inherit eutils @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="virtual/libc - sys-libs/zlib" +RDEPEND="sys-libs/zlib" S=${WORKDIR}/${P/a/} @@ -30,7 +29,6 @@ src_compile() { } src_install() { - exeinto /usr/bin - doexe biounzip || die + dobin biounzip || die dodoc biozip.txt } |