diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-09 13:28:55 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-09 13:28:55 +0000 |
commit | e5760891d8154520fee22cf638e78b8d2cc66f2c (patch) | |
tree | 86b6b45a2fb371feba33ccd9a8896781807d868d /sys-apps | |
parent | x86 stable, bug #212787 (diff) | |
download | gentoo-2-e5760891d8154520fee22cf638e78b8d2cc66f2c.tar.gz gentoo-2-e5760891d8154520fee22cf638e78b8d2cc66f2c.tar.bz2 gentoo-2-e5760891d8154520fee22cf638e78b8d2cc66f2c.zip |
x86 stable, bug #212788
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/most/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/most/most-5.0.0a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index 16f5ceb628fb..9dab1ad67de1 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/most # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.38 2008/02/10 21:53:45 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.39 2008/03/09 13:28:55 maekke Exp $ + + 09 Mar 2008; Markus Meier <maekke@gentoo.org> most-5.0.0a.ebuild: + x86 stable, bug #212788 10 Feb 2008; Ryan Hill <dirtyepic@gentoo.org> most-5.0.0a.ebuild: Rekeyword mips for bug #209507. diff --git a/sys-apps/most/most-5.0.0a.ebuild b/sys-apps/most/most-5.0.0a.ebuild index 084c9e00b49e..59c4c8105101 100644 --- a/sys-apps/most/most-5.0.0a.ebuild +++ b/sys-apps/most/most-5.0.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.3 2008/02/10 21:53:45 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.4 2008/03/09 13:28:55 maekke Exp $ DESCRIPTION="a paging program that displays, one windowful at a time, the contents of a file." HOMEPAGE="ftp://space.mit.edu/pub/davis/most" @@ -8,7 +8,7 @@ SRC_URI="ftp://space.mit.edu/pub/davis/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3" |