Lines 2-8
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="2::2.7" |
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 22-29
Link Here
|
22 |
RDEPEND="virtual/libusb:0 |
25 |
RDEPEND="virtual/libusb:0 |
23 |
cxx? ( dev-libs/boost )" |
26 |
cxx? ( dev-libs/boost )" |
24 |
DEPEND="${RDEPEND} |
27 |
DEPEND="${RDEPEND} |
25 |
doc? ( app-doc/doxygen ) |
28 |
doc? ( app-doc/doxygen )" |
26 |
python? ( dev-lang/python )" |
29 |
|
|
|
30 |
pkg_setup() { |
31 |
python_set_active_version 2 |
32 |
} |
27 |
|
33 |
|
28 |
src_prepare() { |
34 |
src_prepare() { |
29 |
if [[ ${PV} == 9999* ]] ; then |
35 |
if [[ ${PV} == 9999* ]] ; then |