diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-01 19:16:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-04-01 19:16:52 +0000 |
commit | e1ab73d8f56efc9e08ec774226649776ce5ee2dc (patch) | |
tree | b62fec71cfa2abaea34cf227f20e6aa9b01435b8 /app-arch/unadf/unadf-0.7.9b.ebuild | |
parent | Fix homepage URI, closes bug #172788 (diff) | |
download | historical-e1ab73d8f56efc9e08ec774226649776ce5ee2dc.tar.gz historical-e1ab73d8f56efc9e08ec774226649776ce5ee2dc.tar.bz2 historical-e1ab73d8f56efc9e08ec774226649776ce5ee2dc.zip |
Bug #172246, unadf needs makedepend during build as well.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-arch/unadf/unadf-0.7.9b.ebuild')
-rw-r--r-- | app-arch/unadf/unadf-0.7.9b.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/unadf/unadf-0.7.9b.ebuild b/app-arch/unadf/unadf-0.7.9b.ebuild index bec03451b18f..6c26ff5e2f70 100644 --- a/app-arch/unadf/unadf-0.7.9b.ebuild +++ b/app-arch/unadf/unadf-0.7.9b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unadf/unadf-0.7.9b.ebuild,v 1.4 2005/11/29 03:00:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unadf/unadf-0.7.9b.ebuild,v 1.5 2007/04/01 19:16:52 robbat2 Exp $ inherit eutils @@ -11,7 +11,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~hppa ~ppc ~ppc-macos ~x86" IUSE="" -DEPEND="app-arch/unzip" +DEPEND="app-arch/unzip + x11-misc/makedepend" RDEPEND="" src_unpack() { |