diff options
-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 5dbe1c2bc6a4..6751dfb4e8be 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.36 2008/02/10 11:30:07 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.37 2008/02/10 12:34:30 armin76 Exp $ + + 10 Feb 2008; Raúl Porcel <armin76@gentoo.org> most-5.0.0a.ebuild: + Re-add ~alpha *most-5.0.0a (10 Feb 2008) 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" |