diff options
Diffstat (limited to 'app-shells/esh')
-rw-r--r-- | app-shells/esh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/esh/esh-0.8.5.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
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 <cselkirk@gentoo.org> esh-0.8.5.ebuild : + + Added -ppc to KEYWORDS. + 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> 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 |