summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-06 20:59:54 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-06 20:59:54 +0000
commit5406694663b12217f30ee8ef804302e11034afc1 (patch)
treec043daace4cb485b7f0ffa86a2d774f3b19a5446 /sys-fs
parentFixed a stupid bash syntax error. (Manifest recommit) (diff)
downloadgentoo-2-5406694663b12217f30ee8ef804302e11034afc1.tar.gz
gentoo-2-5406694663b12217f30ee8ef804302e11034afc1.tar.bz2
gentoo-2-5406694663b12217f30ee8ef804302e11034afc1.zip
hello ppc
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/udev-016.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-016.ebuild b/sys-fs/udev/udev-016.ebuild
index d1ee60dac4f9..c1a3de83f478 100644
--- a/sys-fs/udev/udev-016.ebuild
+++ b/sys-fs/udev/udev-016.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-016.ebuild,v 1.2 2004/02/05 02:02:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-016.ebuild,v 1.3 2004/02/06 20:59:54 vapier Exp $
# Note: Cannot use external libsysfs with klibc ..
USE_KLIBC="no"
@@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~hppa ~amd64"
+KEYWORDS="~x86 ~ppc ~hppa ~amd64"
DEPEND="virtual/glibc
>=sys-apps/hotplug-20030805-r1
@@ -141,4 +141,3 @@ pkg_preinst() {
mv -f ${ROOT}/etc/udev/udev.config ${ROOT}/etc/udev/udev.rules
fi
}
-