From 78aae03f5c1b2885479314fdd3cd37ee829ae670 Mon Sep 17 00:00:00 2001 From: Calum Selkirk Date: Mon, 29 Jul 2002 02:44:03 +0000 Subject: Added -ppc to KEYWORDS. --- app-shells/esh/ChangeLog | 6 +++++- app-shells/esh/esh-0.8.5.ebuild | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'app-shells') diff --git a/app-shells/esh/ChangeLog b/app-shells/esh/ChangeLog index 556b64bd25f7..f8ee0403f259 100644 --- a/app-shells/esh/ChangeLog +++ b/app-shells/esh/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-shells/esh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.3 2002/07/25 15:39:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.4 2002/07/29 02:44:03 cselkirk Exp $ *esh-0.8.5 (26 Apr 2002) + 28 Jul 2002; Calum Selkirk esh-0.8.5.ebuild : + + Added -ppc to KEYWORDS. + 25 Jul 2002; Daniel Ahlberg esh-0.8.5.ebuild : Added KEYWORDS, SLOT. diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild index 33d5217334fd..188b9a6b3143 100644 --- a/app-shells/esh/esh-0.8.5.ebuild +++ b/app-shells/esh/esh-0.8.5.ebuild @@ -1,12 +1,12 @@ # 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-shells/esh/esh-0.8.5.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.5 2002/07/29 02:44:03 cselkirk Exp $ S=${WORKDIR}/esh DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz" HOMEPAGE="http://slon.ttk.ru/esh/" -KEYWORDS="x86" +KEYWORDS="x86 -ppc" SLOT="0" LICENSE="GPL-2" @@ -14,6 +14,8 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1" +RDEPEND="${DEPEND}" + src_compile() { cp Makefile Makefile.orig -- cgit v1.2.3-65-gdbad