--- easytag-1.99.10.ebuild 2005-12-08 22:27:10.000000000 +0100 +++ easytag-1.99.11.ebuild 2005-12-21 17:38:25.000000000 +0100 @@ -9,10 +9,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="nls vorbis flac" +IUSE="aac flac mp3 nls vorbis" -RDEPEND=">=media-libs/id3lib-3.8.2 - >=x11-libs/gtk+-2.4.1 +RDEPEND=">=x11-libs/gtk+-2.4.1 + mp3? ( >=media-libs/id3lib-3.8.2) flac? ( >=media-libs/flac-1.1.0 >=media-libs/libvorbis-1.0 ) vorbis? ( >=media-libs/libvorbis-1.0 )" @@ -21,7 +21,8 @@ $(use_enable vorbis ogg) \ $(use_enable nls) \ $(use_enable flac) \ - --disable-mp4 \ + $(use_enable aac mp4) \ + $(use_enable mp3) \ || die "econf failed" emake || die }