diff options
author | 2005-02-17 17:16:03 +0000 | |
---|---|---|
committer | 2005-02-17 17:16:03 +0000 | |
commit | b4f7da579d5ee39fc97a6fdb65b9a4a94339b515 (patch) | |
tree | 401d17377e2bfa0f69fcf5b0d292110061d8ae8c /dev-embedded/tigcc/tigcc-0.95_p3.ebuild | |
parent | Bug #69831: Ensure unzip is in DEPEND. (diff) | |
download | gentoo-2-b4f7da579d5ee39fc97a6fdb65b9a4a94339b515.tar.gz gentoo-2-b4f7da579d5ee39fc97a6fdb65b9a4a94339b515.tar.bz2 gentoo-2-b4f7da579d5ee39fc97a6fdb65b9a4a94339b515.zip |
Bug #69831: Ensure unzip is in DEPEND.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-embedded/tigcc/tigcc-0.95_p3.ebuild')
-rw-r--r-- | dev-embedded/tigcc/tigcc-0.95_p3.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-embedded/tigcc/tigcc-0.95_p3.ebuild b/dev-embedded/tigcc/tigcc-0.95_p3.ebuild index 1ddfdc9d896b..617bb7537fe3 100644 --- a/dev-embedded/tigcc/tigcc-0.95_p3.ebuild +++ b/dev-embedded/tigcc/tigcc-0.95_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/tigcc/tigcc-0.95_p3.ebuild,v 1.2 2005/01/01 17:56:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/tigcc/tigcc-0.95_p3.ebuild,v 1.3 2005/02/17 17:13:36 robbat2 Exp $ inherit eutils @@ -32,9 +32,11 @@ KEYWORDS="~x86 ~amd64 ~ppc" #KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="" -DEPEND="virtual/libc - >=sys-devel/binutils-2.14.90.0.6-r1 - >=sys-devel/bison-1.875" +RDEPEND="virtual/libc + >=sys-devel/binutils-2.14.90.0.6-r1 + >=sys-devel/bison-1.875" +DEPEND="${RDEPEND} + app-arch/unzip" src_unpack() { unpack ${A} |