summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-06-28 08:58:07 +0000
committerDavid Holm <dholm@gentoo.org>2004-06-28 08:58:07 +0000
commit7d1f420c159ab5b97e5abbd6c2a8699b88118c3b (patch)
treef929fa1515289b2af678ed618799c9a7ec4c38f5 /sys-apps/most
parentMoving to -amd64 until I figure out where some segfaults are coming from... (... (diff)
downloadgentoo-2-7d1f420c159ab5b97e5abbd6c2a8699b88118c3b.tar.gz
gentoo-2-7d1f420c159ab5b97e5abbd6c2a8699b88118c3b.tar.bz2
gentoo-2-7d1f420c159ab5b97e5abbd6c2a8699b88118c3b.zip
Added to ~ppc
Diffstat (limited to 'sys-apps/most')
-rw-r--r--sys-apps/most/ChangeLog5
-rw-r--r--sys-apps/most/most-4.9.5.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog
index be9442f62037..db989239e7aa 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.10 2004/06/27 23:49:01 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.11 2004/06/28 08:58:07 dholm Exp $
+
+ 28 Jun 2004; David Holm <dholm@gentoo.org> most-4.9.5.ebuild:
+ Added ppc support.
*most-4.9.5 (28 Jun 2004)
diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild
index 3836e3c5d814..23716eaba018 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.1 2004/06/27 23:49:01 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.2 2004/06/28 08:58:07 dholm Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An extremely excellent text file reader"
@@ -13,7 +13,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"
DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
@@ -45,6 +45,9 @@ src_install() {
mips)
objsdir=mipsobjs
;;
+ ppc)
+ objsdir=ppcobjs
+ ;;
esac
dobin src/${objsdir:-objs}/most || die "Couldn't install binary"