diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-07-03 17:44:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-07-03 17:44:07 +0000 |
commit | 702474de2807d59d1772f14f4d355d9d0b122300 (patch) | |
tree | 65430c67f2de7102e841ed20627dc76730568ebc /sys-apps | |
parent | stable x86, bug 183881 (diff) | |
download | gentoo-2-702474de2807d59d1772f14f4d355d9d0b122300.tar.gz gentoo-2-702474de2807d59d1772f14f4d355d9d0b122300.tar.bz2 gentoo-2-702474de2807d59d1772f14f4d355d9d0b122300.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/most/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/most/most-4.10.2-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/most/most-4.9.5.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sys-apps/most/ChangeLog b/sys-apps/most/ChangeLog index ae44b9d940cf..56a4012ce50c 100644 --- a/sys-apps/most/ChangeLog +++ b/sys-apps/most/ChangeLog @@ -1,6 +1,10 @@ # 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.32 2007/06/30 17:59:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/ChangeLog,v 1.33 2007/07/03 17:44:07 grobian Exp $ + + 03 Jul 2007; Fabian Groffen <grobian@gentoo.org> most-4.9.5.ebuild, + most-4.10.2-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix 30 Jun 2007; Raúl Porcel <armin76@gentoo.org> most-4.10.2-r1.ebuild: alpha stable wrt #182435 diff --git a/sys-apps/most/most-4.10.2-r1.ebuild b/sys-apps/most/most-4.10.2-r1.ebuild index 051d74477264..3f35050c5373 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.9 2007/06/30 17:59:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.10.2-r1.ebuild,v 1.10 2007/07/03 17:44:07 grobian 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 sparc x86" DEPEND="=sys-libs/slang-1.4* >=sys-libs/ncurses-5.2-r2" @@ -44,7 +44,6 @@ src_install() { objsdir=mipsobjs ;; ppc) - # This should also be the case of ppc-macos objsdir=ppcobjs ;; alpha) diff --git a/sys-apps/most/most-4.9.5.ebuild b/sys-apps/most/most-4.9.5.ebuild index 683f9706dc09..d8d447db6408 100644 --- a/sys-apps/most/most-4.9.5.ebuild +++ b/sys-apps/most/most-4.9.5.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.9.5.ebuild,v 1.12 2007/02/04 02:54:30 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.5.ebuild,v 1.13 2007/07/03 17:44:07 grobian Exp $ inherit gnuconfig @@ -14,7 +14,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 sparc x86" DEPEND="=sys-libs/slang-1.4* >=sys-libs/ncurses-5.2-r2" @@ -49,7 +49,6 @@ src_install() { objsdir=mipsobjs ;; ppc) - # This should also be the case of ppc-macos objsdir=ppcobjs ;; alpha) |