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

Bug 261600

Summary: media-libs/fontconfig-2.6.0-r2 built_with_use
Product: Gentoo Linux Reporter: Cyp <cyp561>
Component: New packagesAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED FIXED    
Severity: normal CC: betelgeuse
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 261562    
Attachments: fontconfig-2.6.0-r2.ebuild.diff

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.