diff options
author | Stephen Bennett <spb@gentoo.org> | 2007-03-27 23:14:23 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2007-03-27 23:14:23 +0000 |
commit | 5de52791ec6dd9cfd79c961f68d88a54353e6882 (patch) | |
tree | c4f085777a22d45f55a6b01daf7e1ca824c09ea7 /virtual/init | |
parent | mips stable (diff) | |
download | gentoo-2-5de52791ec6dd9cfd79c961f68d88a54353e6882.tar.gz gentoo-2-5de52791ec6dd9cfd79c961f68d88a54353e6882.tar.bz2 gentoo-2-5de52791ec6dd9cfd79c961f68d88a54353e6882.zip |
mips stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'virtual/init')
-rw-r--r-- | virtual/init/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/init/init-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/init/ChangeLog b/virtual/init/ChangeLog index b91a08a40adf..44159cd7a494 100644 --- a/virtual/init/ChangeLog +++ b/virtual/init/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/init # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/init/ChangeLog,v 1.10 2007/02/14 03:27:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/init/ChangeLog,v 1.11 2007/03/27 23:14:23 spb Exp $ + + 27 Mar 2007; Stephen Bennett <spb@gentoo.org> init-0.ebuild: + mips stable 14 Feb 2007; Jeroen Roovers <jer@gentoo.org> init-0.ebuild: Stable for HPPA (bug #158637). diff --git a/virtual/init/init-0.ebuild b/virtual/init/init-0.ebuild index dd1c0132a99c..7986dc4bf9be 100644 --- a/virtual/init/init-0.ebuild +++ b/virtual/init/init-0.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/virtual/init/init-0.ebuild,v 1.10 2007/02/14 03:27:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/init/init-0.ebuild,v 1.11 2007/03/27 23:14:23 spb Exp $ DESCRIPTION="Virtual for various init implementations" HOMEPAGE="http://www.gentoo.org/proj/en/base/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" RDEPEND="kernel_linux? ( || ( >=sys-apps/sysvinit-2.86-r6 sys-process/runit ) ) kernel_FreeBSD? ( sys-freebsd/freebsd-sbin )" |