diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-10 11:14:36 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-10 11:14:36 +0000 |
commit | 653cd456831888193a5ac0e15d19a82aaec25648 (patch) | |
tree | b0b602de395b91c503d68465592cb420f5ae35c6 /sys-apps/most | |
parent | sparc stable wrt #211991 (diff) | |
download | gentoo-2-653cd456831888193a5ac0e15d19a82aaec25648.tar.gz gentoo-2-653cd456831888193a5ac0e15d19a82aaec25648.tar.bz2 gentoo-2-653cd456831888193a5ac0e15d19a82aaec25648.zip |
alpha/sparc stable wrt #212788
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/most')
-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 d47578db0f13..dbc8fe031484 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.40 2008/03/09 14:59:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.41 2008/03/10 11:14:36 armin76 Exp $ + + 10 Mar 2008; Raúl Porcel <armin76@gentoo.org> most-5.0.0a.ebuild: + alpha/sparc stable wrt #212788 09 Mar 2008; nixnut <nixnut@gentoo.org> most-5.0.0a.ebuild: Stable on ppc wrt bug 212788 diff --git a/sys-apps/most/most-5.0.0a.ebuild b/sys-apps/most/most-5.0.0a.ebuild index fc5c7cfe2923..678eaa2944a2 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.5 2008/03/09 14:59:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.6 2008/03/10 11:14:36 armin76 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" |