Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447246 | Differences between
and this patch

Collapse All | Expand All

(-)media-libs/oyranos/oyranos-0.9.1-r1.ebuild (-6 / +1 lines)
Lines 15-21 Link Here
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="X doc static-libs test xinerama"
16
IUSE="X doc static-libs test xinerama"
17
17
18
RDEPEND="app-admin/elektra
18
RDEPEND="=app-admin/elektra-0.7.1-r3
19
	dev-libs/libxml2
19
	dev-libs/libxml2
20
	dev-libs/yajl
20
	dev-libs/yajl
21
	media-gfx/exiv2
21
	media-gfx/exiv2
Lines 48-58 Link Here
48
		sed -e '/FLTK_GUI =/s:=.*:=:' \
48
		sed -e '/FLTK_GUI =/s:=.*:=:' \
49
			-i makefile.in || die
49
			-i makefile.in || die
50
	fi
50
	fi
51
52
	if has_version "<app-admin/elektra-0.8.3" ; then
53
		sed -e '/^#include/s:kdb.h:elektra-kdb.h:' \
54
			-i test.c test2.cpp oyranos_elektra.c || die
55
	fi
56
}
51
}
57
52
58
src_configure() {
53
src_configure() {

Return to bug 447246