summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-08-05 12:37:58 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-08-05 12:37:58 +0000
commitb9e0ad2edc8258cc13668bbd0218e594b1e8c128 (patch)
tree3f9e1bf041a9a4daed636efab4432b77587ca433 /sys-apps/most/most-4.9.5.ebuild
parentfix mentions of xorg-x11 to virtual/x11. Closes bug #85495 by Sergey Okhapkin (diff)
downloadhistorical-b9e0ad2edc8258cc13668bbd0218e594b1e8c128.tar.gz
historical-b9e0ad2edc8258cc13668bbd0218e594b1e8c128.tar.bz2
historical-b9e0ad2edc8258cc13668bbd0218e594b1e8c128.zip
marked ~alpha, wrt bug #97609. Fix header date on most-4.9.2.ebuild
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/most/most-4.9.5.ebuild')
-rw-r--r--sys-apps/most/most-4.9.5.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild
index f128a2201be9..fef00c84b74f 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-2005 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.7 2005/07/28 17:21:34 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.8 2005/08/05 12:37:58 ferdy Exp $
inherit gnuconfig
@@ -14,7 +14,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 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~mips ppc ~ppc-macos ~sparc ~x86"
DEPEND=">=sys-libs/slang-1.4.2
>=sys-libs/ncurses-5.2-r2"
@@ -52,6 +52,9 @@ src_install() {
# This should also be the case of ppc-macos
objsdir=ppcobjs
;;
+ alpha)
+ objsdir=alphaobjs
+ ;;
esac
dobin src/${objsdir:-objs}/most || die "Couldn't install binary"