summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2011-10-31 13:37:50 +0000
committerTobias Klausmann <klausman@gentoo.org>2011-10-31 13:37:50 +0000
commitae6237336c893d0fe4acd8dbba336a9d2a43f456 (patch)
treed1dc958734fa272b28e3b41ad64ef630a52615e6 /profiles
parentMarked ~hppa (bug #389001). (diff)
downloadgentoo-2-ae6237336c893d0fe4acd8dbba336a9d2a43f456.tar.gz
gentoo-2-ae6237336c893d0fe4acd8dbba336a9d2a43f456.tar.bz2
gentoo-2-ae6237336c893d0fe4acd8dbba336a9d2a43f456.zip
Mask >=udev-167 since it uses accept4(), which is not implemented on alpha yet
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/alpha/package.mask7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask
new file mode 100644
index 000000000000..1f64ae08c586
--- /dev/null
+++ b/profiles/arch/alpha/package.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.mask,v 1.25 2011/10/31 13:37:50 klausman Exp $
+
+# Tobias Klausman <klausman@gentoo.org> (31 Oct 2011)
+# Breaks since accept4() is not implemented on alpha
+>=sys-fs/udev-167