summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-09-08 17:39:09 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-09-08 17:39:09 +0000
commit8f8e4ee046b6445f4fe1b6025ed152107f5bdaf8 (patch)
tree2ac858fa3290f2ddfa6d80f96462760f65a8de42 /sys-fs
parent* sgml-catalog.eclass: Use a global scalar instead of a bash array. Avoid (diff)
downloadgentoo-2-8f8e4ee046b6445f4fe1b6025ed152107f5bdaf8.tar.gz
gentoo-2-8f8e4ee046b6445f4fe1b6025ed152107f5bdaf8.tar.bz2
gentoo-2-8f8e4ee046b6445f4fe1b6025ed152107f5bdaf8.zip
Stable on mips.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog5
-rw-r--r--sys-fs/udev/udev-068.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 584f04f7d2e5..2ea8febb7ca8 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/udev
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.136 2005/09/03 21:57:35 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.137 2005/09/08 17:39:09 ka0ttic Exp $
+
+ 08 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> udev-068.ebuild:
+ Stable on mips.
03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> udev-068.ebuild:
Stable on ppc.
diff --git a/sys-fs/udev/udev-068.ebuild b/sys-fs/udev/udev-068.ebuild
index 5460cd27cf04..cb17d28bab08 100644
--- a/sys-fs/udev/udev-068.ebuild
+++ b/sys-fs/udev/udev-068.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-068.ebuild,v 1.7 2005/09/03 21:57:35 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-068.ebuild,v 1.8 2005/09/08 17:39:09 ka0ttic Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="static selinux"
DEPEND="sys-apps/hotplug-base"