Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 270677
Collapse All | Expand All

(-)libgphoto2-2.4.5.ebuild (-4 lines)
Lines 5-12 Link Here
5
# TODO
5
# TODO
6
# 1. Track upstream bug --disable-docs does not work.
6
# 1. Track upstream bug --disable-docs does not work.
7
#	http://sourceforge.net/tracker/index.php?func=detail&aid=1643870&group_id=8874&atid=108874
7
#	http://sourceforge.net/tracker/index.php?func=detail&aid=1643870&group_id=8874&atid=108874
8
# 3. Track upstream bug regarding rpm usage.
9
#	http://sourceforge.net/tracker/index.php?func=detail&aid=1643813&group_id=8874&atid=358874
10
8
11
EAPI="2"
9
EAPI="2"
12
10
Lines 80-87 Link Here
80
}
78
}
81
79
82
src_prepare() {
80
src_prepare() {
83
	epatch "${FILESDIR}"/${PN}-2.4.0-rpm.patch
84
85
	# Fix pkgconfig file when USE="-exif"
81
	# Fix pkgconfig file when USE="-exif"
86
	use exif || sed -i "s/, @REQUIREMENTS_FOR_LIBEXIF@//" libgphoto2.pc.in || die " libgphoto2.pc sed failed"
82
	use exif || sed -i "s/, @REQUIREMENTS_FOR_LIBEXIF@//" libgphoto2.pc.in || die " libgphoto2.pc sed failed"
87
83

Return to bug 270677