diff options
Diffstat (limited to 'sys-apps/most/most-4.10.2-r1.ebuild')
-rw-r--r-- | sys-apps/most/most-4.10.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/most/most-4.10.2-r1.ebuild b/sys-apps/most/most-4.10.2-r1.ebuild index cff8fe125183..448640e60743 100644 --- a/sys-apps/most/most-4.10.2-r1.ebuild +++ b/sys-apps/most/most-4.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.5 2007/04/17 17:41:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.6 2007/05/11 03:36:14 kumba Exp $ inherit eutils toolchain-funcs @@ -15,7 +15,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="~alpha ~amd64 ~mips ~ppc ~ppc-macos sparc x86" +KEYWORDS="~alpha ~amd64 mips ~ppc ~ppc-macos sparc x86" DEPEND="=sys-libs/slang-1.4* >=sys-libs/ncurses-5.2-r2" |