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

Bug 302145

Summary: media-gfx/imagemagick - replace built_with_use with has_version
Product: Gentoo Linux Reporter: Gordon Malm (RETIRED) <gengor>
Component: New packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED FIXED    
Severity: enhancement CC: betelgeuse, qa
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 261562    

Description Gordon Malm (RETIRED) gentoo-dev 2010-01-25 07:08:34 UTC
http://archives.gentoo.org/gentoo-dev/msg_d3e2b252149a4130c31e3069d3e9086e.xml

-if built_with_use --missing false =sys-devel/gcc-$(gcc-version)* openmp ; then
+if has_version =sys-devel/gcc-$(gcc-version)*[openmp] ; then

...works for me.  Please change it on your next version/revision bump.  Thanks!
Comment 1 Markus Meier gentoo-dev 2010-01-30 17:37:50 UTC
fixed in the latest version available in portage w/o revision bump. thanks for the patch.

  30 Jan 2010; Markus Meier <maekke@gentoo.org> imagemagick-6.5.8.8.ebuild:
  replace built_with_use with has_version by Gordon Malm in bug #302145