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

Collapse All | Expand All

(-)libftdi.orig/libftdi-0.19.ebuild (-3 / +12 lines)
Lines 2-11 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.19.ebuild,v 1.3 2011/10/20 15:40:57 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.19.ebuild,v 1.3 2011/10/20 15:40:57 vapier Exp $
4
4
5
EAPI="2"
5
EAPI="3"
6
PYTHON_DEPEND="python? 2"
7
8
inherit python
6
9
7
if [[ ${PV} == 9999* ]] ; then
10
if [[ ${PV} == 9999* ]] ; then
8
	EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
11
	EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
Lines 25-38 Link Here
25
RDEPEND="virtual/libusb:0
22
RDEPEND="virtual/libusb:0
26
	cxx? ( dev-libs/boost )"
23
	cxx? ( dev-libs/boost )"
27
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
28
       doc? ( app-doc/doxygen )
25
	doc? ( app-doc/doxygen )"
29
        python? ( dev-lang/python )"
26
27
pkg_setup() {
28
	if use python; then
29
		python_set_active_version 2
30
		python_pkg_setup
31
	fi
32
}
30
33
31
src_prepare() {
34
src_prepare() {
32
	if [[ ${PV} == 9999* ]] ; then
35
	if [[ ${PV} == 9999* ]] ; then

Return to bug 312145