From 841800f193bb661d59117684a560fbfbd84ba345 Mon Sep 17 00:00:00 2001 From: Hasan Khalil Date: Fri, 31 Dec 2004 18:32:17 +0000 Subject: Added ~ppc-macos. --- sys-apps/most/ChangeLog | 5 ++++- sys-apps/most/most-4.9.5.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sys-apps/most') diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index 2bf65774f22c..4c59bc60c391 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/most # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.13 2004/11/06 15:06:24 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.14 2004/12/31 18:32:17 gongloo Exp $ + + 31 Dec 2004; most-4.9.5.ebuild: + Added ~ppc-macos. 06 Nov 2004; Lars Weiler most-4.9.5.ebuild: Stable on ppc. diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild index 070a8d83fba6..021669b6e657 100644 --- a/sys-apps/most/most-4.9.5.ebuild +++ b/sys-apps/most/most-4.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.5 2004/11/06 15:06:24 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.6 2004/12/31 18:32:17 gongloo Exp $ DESCRIPTION="An extremely excellent text file reader" HOMEPAGE="http://freshmeat.net/projects/most/" @@ -12,7 +12,7 @@ IUSE="" # Note to arch maintainers: you'll need to add to src_install() for your # arch, since the app's Makefile does strange things with different # directories for each arch. -- ciaranm, 27 June 2004 -KEYWORDS="~x86 ~amd64 ppc ~sparc ~mips" +KEYWORDS="~x86 ~amd64 ppc ~sparc ~mips ~ppc-macos" DEPEND=">=sys-libs/slang-1.4.2 >=sys-libs/ncurses-5.2-r2" @@ -45,6 +45,7 @@ src_install() { objsdir=mipsobjs ;; ppc) + # This should also be the case of ppc-macos objsdir=ppcobjs ;; esac -- cgit v1.2.3-65-gdbad