--- pixman-0.11.8.ebuild.old 2008-07-19 13:09:57 +0900 +++ pixman-0.11.8.ebuild 2008-07-21 01:27:22 +0900 @@ -15,3 +15,16 @@ $(use_enable sse2) --disable-gtk" PATCHES="${FILESDIR}/pixman-0.11.8-sse2-intrinsics-check.patch" + +src_unpack() { + x-modular_specs_check + x-modular_server_supports_drivers_check + x-modular_dri_check + x-modular_unpack_source + x-modular_patch_source + if [[ "${SNAPSHOT}" != "yes" ]] + then + eautoreconf + fi + x-modular_reconf_source +}