diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-25 11:58:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-25 11:58:05 +0000 |
commit | b84c72889a7a749ff65bb4b0912eeab56961484e (patch) | |
tree | 71a1ffd0d0d94b0ebf33d38e0aa373b3b5b1d72f /sys-apps/most | |
parent | Bug fix bump (diff) | |
download | gentoo-2-b84c72889a7a749ff65bb4b0912eeab56961484e.tar.gz gentoo-2-b84c72889a7a749ff65bb4b0912eeab56961484e.tar.bz2 gentoo-2-b84c72889a7a749ff65bb4b0912eeab56961484e.zip |
keyword ~x86-fbsd
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
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 277503c6810b..62edb84ee750 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.43 2008/05/29 15:34:21 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.44 2008/09/25 11:58:05 aballier Exp $ + + 25 Sep 2008; Alexis Ballier <aballier@gentoo.org> most-5.0.0a.ebuild: + keyword ~x86-fbsd 29 May 2008; Samuli Suominen <drac@gentoo.org> most-5.0.0a.ebuild: keyword ~arm diff --git a/sys-apps/most/most-5.0.0a.ebuild b/sys-apps/most/most-5.0.0a.ebuild index 5c3e0829cb4b..32d6e380ba64 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.9 2008/06/22 15:31:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-5.0.0a.ebuild,v 1.10 2008/09/25 11:58:05 aballier 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 arm ~mips ppc sparc x86" +KEYWORDS="alpha amd64 arm ~mips ppc sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3" |