--- clutter-gst-1.3.8.ebuild.orig 2011-04-21 20:35:19.012420837 +0200 +++ clutter-gst-1.3.8.ebuild 2011-04-21 20:34:26.275755885 +0200 @@ -46,6 +46,6 @@ src_compile() { shopt -s nullglob local cards=$(echo -n /dev/{dri,ati}/card* /dev/nvidiactl* | sed 's/ /:/g') shopt -u nullglob - test -n "${cards}" && addpredict "${cards}" + test -n "${cards}" && addwrite "${cards}" emake || die "emake failed" }