Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261600 - media-libs/fontconfig-2.6.0-r2 built_with_use
Summary: media-libs/fontconfig-2.6.0-r2 built_with_use
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: built_with_use
  Show dependency tree
 
Reported: 2009-03-07 18:37 UTC by Cyp
Modified: 2009-03-07 19:07 UTC (History)
1 user (show)

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


Attachments
fontconfig-2.6.0-r2.ebuild.diff (fontconfig-2.6.0-r2.ebuild.diff,1.64 KB, patch)
2009-03-07 18:56 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cyp 2009-03-07 18:37:20 UTC
pkg_setup() {
        #To get docbook2pdf
        if use doc && ! {       built_with_use --missing false app-text/docbook-sgml-utils jadetex \
                                || \
                                built_with_use --missing false app-text/docbook-sgml-utils tetex;
                        }
        then
                die "For this package to be built with the doc use flag, app-text/docbook-sgml-utils must be built with the jadetex use flag"
        fi
}

(This stopped an emerge -eav system recently.)
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-07 18:56:01 UTC
Created attachment 184258 [details, diff]
fontconfig-2.6.0-r2.ebuild.diff

This is a quick trial to convert the ebuild to EAPI-2 and to get rid of the built_with_use stuff.
I'm not very familiar with EAPI-2 so please review this patch thoroughly.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-07 18:57:08 UTC
Reassigning to fonts herd.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2009-03-07 19:07:57 UTC
Migrated to EAPI 2.