Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302145 - media-gfx/imagemagick - replace built_with_use with has_version
Summary: media-gfx/imagemagick - replace built_with_use with has_version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: built_with_use
  Show dependency tree
 
Reported: 2010-01-25 07:08 UTC by Gordon Malm (RETIRED)
Modified: 2010-01-30 17:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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