Summary: | games-puzzle/xphotohunter-1.4-r1 fails to build (missing deps) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Evil Compile Person <bugs> |
Component: | [OLD] Games | Assignee: | Gentoo Games <games> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chtof62, flameeyes |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | xphotohunter-1.4-r2.ebuild |
Description
Evil Compile Person
2008-10-04 20:36:41 UTC
*** Bug 247451 has been marked as a duplicate of this bug. *** Created attachment 172323 [details]
xphotohunter-1.4-r2.ebuild
Please find xphotohunter-1.4-r2.ebuild in order to fix this bug.
F.Y.I. :
# diff -u xphotohunter-1.4-r1.ebuild xphotohunter-1.4-r2.ebuild
--- xphotohunter-1.4-r1.ebuild 2008-08-27 14:37:06.000000000 +0200
+++ xphotohunter-1.4-r2.ebuild 2008-11-19 01:02:55.000000000 +0100
@@ -20,6 +20,14 @@
RDEPEND="${DEPEND}
media-sound/esound"
+pkg_setup() {
+ if ! built_with_use media-libs/imlib gtk ; then
+ eerror "Imlib is missing gtk support."
+ eerror "Please add 'gtk' to your USE flags, and re-emerge imlib."
+ die "imlib needs gtk support"
+ fi
+}
+
src_unpack() {
unpack ${A}
cd "${S}"
We'll fix this with use-based deps later. bugzilla uses use-based deps. |