14c14,15 < IUSE="aac alsa cdparanoia debug flac ffmpeg gaim hal mad musepack nls ofa ogg oss raptor sid theora vorbis" --- > IUSE="aac alsa cdparanoia debug flac ffmpeg gaim hal mad musepack nls > ofa ogg oss python raptor sid theora vorbis" 41c42,43 < gaim? ( >=net-im/gaim-1.9.9 )" --- > gaim? ( >=net-im/gaim-1.9.9 ) > python? ( >=dev-lang/python-2.4.3 )" 65a68,75 > src_unpack() { > unpack ${A} > cd "${S}" > sed -i "${S}/bindings/python/Makefile.am" \ > -e "s/setup.py\ install/setup.py\ install\ --root=\${D}/" \ > || die "sed failed" > } > 67c77 < econf --disable-python \ --- > econf $(use_enable python) \