From f25e1e457f0117cc7b03536181db5c82061d2f1b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 Oct 2005 23:11:36 +0000 Subject: fix RDEPEND with texinfo #110726 by Yuri Vasilevski (Portage version: 2.0.53_rc6) --- sys-apps/which/which-2.16.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys-apps/which') diff --git a/sys-apps/which/which-2.16.ebuild b/sys-apps/which/which-2.16.ebuild index e4faf4921443..c33eee451fa6 100644 --- a/sys-apps/which/which-2.16.ebuild +++ b/sys-apps/which/which-2.16.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/sys-apps/which/which-2.16.ebuild,v 1.18 2005/05/22 01:59:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.19 2005/10/28 23:11:36 vapier Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="sys-apps/texinfo" +DEPEND="sys-apps/texinfo" +RDEPEND="" src_unpack() { unpack ${A} @@ -22,8 +23,6 @@ src_unpack() { } src_install() { - dobin which || die - doman which.1 - doinfo which.info + make install DESTDIR="${D}" || die dodoc AUTHORS EXAMPLES NEWS README* } -- cgit v1.2.3-65-gdbad