Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 539808

Summary: media-sound/sound-juicer-3.12.0 should depend on dev-util/itstool
Product: Gentoo Linux Reporter: Nicolas Bock <nicolasbock>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch for ebuild

Description Nicolas Bock gentoo-dev 2015-02-11 18:06:19 UTC
Created attachment 396196 [details, diff]
Patch for ebuild

Building media-sound/sound-juicer-3.12.0 requires dev-util/itstool. The attached patch fixes the ebuild.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-03-07 03:10:12 UTC
Thanks for reporting; in fact, sound-juicer needs itstool only if building from git, not when using a tarball release like 3.12.0. So the ebuild tried to disable the unneeded itstool configure check - but it didn't quite work because of a typo :)

+  07 Mar 2015; Alexandre Rostovtsev <tetromino@gentoo.org>
+  sound-juicer-3.12.0.ebuild, sound-juicer-3.14.0.ebuild:
+  ITSTOOL typo (bug #539808, thanks to Nicolas Bock).