Prereq: 1.1 Index: libmatchbox/libmatchbox-1.8.ebuild =================================================================== --- libmatchbox/libmatchbox-1.8.ebuild {cset 6bc44c25-53ed-4efb-b5dc-6fa2ea42967b} +++ libmatchbox/libmatchbox-1.8.ebuild {local clone} @@ -29,6 +29,13 @@ src_unpack() { cd ${S} elibtoolize + + # See bug #138135 + if use truetype && use pango; then + ewarn "You have both the truetype and pango USE flags set, pango" + ewarn "overrides and disables the XFT support truetype enables." + ewarn "If this isn't what you intended you should stop the build!" + fi } src_compile() {