diff options
Diffstat (limited to 'sys-apps/most/most-5.0.0a.ebuild')
-rw-r--r-- | sys-apps/most/most-5.0.0a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/most/most-5.0.0a.ebuild b/sys-apps/most/most-5.0.0a.ebuild index 6d60ee03613e..cc1dedeb7505 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.1 2008/02/10 11:30:07 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.2 2008/02/10 12:34:30 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="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3" |