From 472a9330b4cf00cdce45262ca4f76246b2719b03 Mon Sep 17 00:00:00 2001 From: Calum Selkirk Date: Tue, 30 Jul 2002 04:11:18 +0000 Subject: Added ppc to KEYWORDS. Added RDEPEND --- app-admin/stow/stow-1.3.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-admin/stow/stow-1.3.3.ebuild') diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild index 08e34f0bc8c6..249a733a3856 100644 --- a/app-admin/stow/stow-1.3.3.ebuild +++ b/app-admin/stow/stow-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.5 2002/07/25 13:48:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.6 2002/07/30 04:11:18 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Stow -- manage installation of software in /usr/local" @@ -9,9 +9,10 @@ HOMEPAGE="http://www.gnu.org/software/${PN}/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="sys-devel/perl" +RDEPEND="${DEPEND}" src_compile() { econf || die "./configure failed" -- cgit v1.2.3-65-gdbad