diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-18 15:17:09 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-08-18 15:17:09 +0000 |
commit | de047619b5148af36288142bdc9d378e64c217fe (patch) | |
tree | 64ec78c2e0e36f0606a7f341011fb29bb6641123 /sys-apps/most | |
parent | Stable on sparc wrt #102870 (diff) | |
download | gentoo-2-de047619b5148af36288142bdc9d378e64c217fe.tar.gz gentoo-2-de047619b5148af36288142bdc9d378e64c217fe.tar.bz2 gentoo-2-de047619b5148af36288142bdc9d378e64c217fe.zip |
-m Use tc-arch() instead of ${ARCH}.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/most/most-4.10.2-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index efb9f169c191..1d9f73f70d46 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/most # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.21 2005/08/17 18:24:14 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.22 2005/08/18 15:17:09 ka0ttic Exp $ + + 18 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> most-4.10.2-r1.ebuild: + -m Use tc-arch() instead of ${ARCH}. 17 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> most-4.9.5.ebuild: Stable on x86,sparc,mips. diff --git a/sys-apps/most/most-4.10.2-r1.ebuild b/sys-apps/most/most-4.10.2-r1.ebuild index 569fd7a061f7..abc90d426b30 100644 --- a/sys-apps/most/most-4.10.2-r1.ebuild +++ b/sys-apps/most/most-4.10.2-r1.ebuild @@ -1,8 +1,8 @@ # 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.10.2-r1.ebuild,v 1.1 2005/08/14 11:25:03 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.2 2005/08/18 15:17:09 ka0ttic Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="An extremely excellent text file reader" HOMEPAGE="http://freshmeat.net/projects/most/" @@ -30,7 +30,7 @@ src_install() { # Changing this to use src/${ARCH}objs/most probably isn't a good # idea... local objsdir - case ${ARCH} in + case $(tc-arch) in x86) objsdir=x86objs ;; |