|
Lines 3-9
Link Here
|
| 3 |
# $Id$ |
3 |
# $Id$ |
| 4 |
|
4 |
|
| 5 |
EAPI=5 |
5 |
EAPI=5 |
| 6 |
PYTHON_COMPAT=( python3_4 ) |
6 |
PYTHON_COMPAT=( python3_4 python3_5 ) |
| 7 |
|
7 |
|
| 8 |
inherit systemd autotools eutils gnome2-utils python-r1 |
8 |
inherit systemd autotools eutils gnome2-utils python-r1 |
| 9 |
|
9 |
|
|
Lines 31-36
Link Here
|
| 31 |
nls? ( sys-devel/gettext ) |
31 |
nls? ( sys-devel/gettext ) |
| 32 |
appindicator? ( dev-libs/libappindicator ) |
32 |
appindicator? ( dev-libs/libappindicator ) |
| 33 |
" |
33 |
" |
|
|
34 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
| 34 |
|
35 |
|
| 35 |
src_prepare() { |
36 |
src_prepare() { |
| 36 |
epatch_user |
37 |
epatch_user |