|
Lines 11-17
Link Here
|
| 11 |
PYTHON_DEPEND="python? 2:2.6" |
11 |
PYTHON_DEPEND="python? 2:2.6" |
| 12 |
SUPPORT_PYTHON_ABIS=1 |
12 |
SUPPORT_PYTHON_ABIS=1 |
| 13 |
|
13 |
|
| 14 |
inherit autotools-utils eutils perl-app python |
14 |
inherit autotools-utils eutils perl-module python |
| 15 |
|
15 |
|
| 16 |
DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" |
16 |
DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary files" |
| 17 |
HOMEPAGE="http://libguestfs.org" |
17 |
HOMEPAGE="http://libguestfs.org" |
|
Lines 41-48
Link Here
|
| 41 |
) |
41 |
) |
| 42 |
ruby? ( dev-ruby/rake ) |
42 |
ruby? ( dev-ruby/rake ) |
| 43 |
" |
43 |
" |
| 44 |
# Patches added to apstream |
|
|
| 45 |
|
| 46 |
DOCS=(README) |
44 |
DOCS=(README) |
| 47 |
|
45 |
|
| 48 |
pkg_setup() { |
46 |
pkg_setup() { |
|
Lines 68-74
Link Here
|
| 68 |
|
66 |
|
| 69 |
if use perl; then |
67 |
if use perl; then |
| 70 |
pushd perl |
68 |
pushd perl |
| 71 |
perl-app_src_configure |
69 |
perl-module_src_configure |
| 72 |
popd |
70 |
popd |
| 73 |
fi |
71 |
fi |
| 74 |
} |
72 |
} |