diff options
-rw-r--r-- | sys-apps/most/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index 9b9a5a90c3ba..efb9f169c191 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.20 2005/08/14 11:25:03 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.21 2005/08/17 18:24:14 ka0ttic Exp $ + + 17 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> most-4.9.5.ebuild: + Stable on x86,sparc,mips. *most-4.10.2-r1 (14 Aug 2005) diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild index fef00c84b74f..1c598c31ee68 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.8 2005/08/05 12:37:58 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.9 2005/08/17 18:24:14 ka0ttic 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="~alpha ~amd64 ~mips ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~alpha ~amd64 mips ppc ~ppc-macos sparc x86" DEPEND=">=sys-libs/slang-1.4.2 >=sys-libs/ncurses-5.2-r2" |