diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-06-20 15:17:03 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-06-20 15:17:03 +0000 |
commit | cb8aa808be25f6b40f7c07f8e1b0e1fc06ba82d8 (patch) | |
tree | d5d864b0faaeefc9a1b394384ea85b19548e7010 /sys-apps/most | |
parent | Stable on amd64 wrt bug 179938 (diff) | |
download | gentoo-2-cb8aa808be25f6b40f7c07f8e1b0e1fc06ba82d8.tar.gz gentoo-2-cb8aa808be25f6b40f7c07f8e1b0e1fc06ba82d8.tar.bz2 gentoo-2-cb8aa808be25f6b40f7c07f8e1b0e1fc06ba82d8.zip |
Marked ppc stable for bug #182435.
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'sys-apps/most')
-rw-r--r-- | sys-apps/most/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/most/most-4.10.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index c17973625c86..6c3663e27ece 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/most # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.30 2007/06/18 11:54:19 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.31 2007/06/20 15:17:03 josejx Exp $ + + 20 Jun 2007; Joseph Jezak <josejx@gentoo.org> most-4.10.2-r1.ebuild: + Marked ppc stable for bug #182435. 18 Jun 2007; Christoph Mende <angelos@gentoo.org> most-4.10.2-r1.ebuild: Stable on amd64 wrt bug 182435 diff --git a/sys-apps/most/most-4.10.2-r1.ebuild b/sys-apps/most/most-4.10.2-r1.ebuild index 75903659b806..48998d9f16e5 100644 --- a/sys-apps/most/most-4.10.2-r1.ebuild +++ b/sys-apps/most/most-4.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.7 2007/06/18 11:54:19 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.8 2007/06/20 15:17:03 josejx Exp $ inherit eutils toolchain-funcs @@ -15,7 +15,7 @@ IUSE="" # Note to arch maintainers: you'll need to add to src_install() for your # arch, since the app's Makefile does strange things with different # directories for each arch. -- ciaranm, 27 June 2004 -KEYWORDS="~alpha amd64 mips ~ppc ~ppc-macos sparc x86" +KEYWORDS="~alpha amd64 mips ppc ~ppc-macos sparc x86" DEPEND="=sys-libs/slang-1.4* >=sys-libs/ncurses-5.2-r2" |