Lines 6-12
Link Here
|
6 |
GCONF_DEBUG="no" |
6 |
GCONF_DEBUG="no" |
7 |
GNOME2_LA_PUNT="yes" |
7 |
GNOME2_LA_PUNT="yes" |
8 |
|
8 |
|
9 |
inherit autotools bash-completion-r1 eutils gnome2 |
9 |
inherit autotools bash-completion-r1 eutils gnome2 flag-o-matic |
10 |
if [[ ${PV} = 9999 ]]; then |
10 |
if [[ ${PV} = 9999 ]]; then |
11 |
inherit gnome2-live |
11 |
inherit gnome2-live |
12 |
fi |
12 |
fi |
Lines 57-63
Link Here
|
57 |
ios? ( |
57 |
ios? ( |
58 |
>=app-pda/libimobiledevice-1.1.0 |
58 |
>=app-pda/libimobiledevice-1.1.0 |
59 |
>=app-pda/libplist-1 ) |
59 |
>=app-pda/libplist-1 ) |
60 |
samba? ( >=net-fs/samba-3.4.6[smbclient] ) |
60 |
samba? ( || ( <net-fs/samba-4.0.0[smbclient] >=net-fs/samba-4.0.0[client] ) ) |
61 |
systemd? ( sys-apps/systemd ) |
61 |
systemd? ( sys-apps/systemd ) |
62 |
udev? ( |
62 |
udev? ( |
63 |
cdda? ( >=dev-libs/libcdio-0.78.2[-minimal] ) |
63 |
cdda? ( >=dev-libs/libcdio-0.78.2[-minimal] ) |
Lines 98-103
Link Here
|
98 |
} |
98 |
} |
99 |
|
99 |
|
100 |
src_configure() { |
100 |
src_configure() { |
|
|
101 |
# compatibility fix for samba-4.x |
102 |
use samba && append-cppflags "-I/usr/include/samba-4.0" |
103 |
|
101 |
# --enable-documentation installs man pages |
104 |
# --enable-documentation installs man pages |
102 |
G2CONF="${G2CONF} |
105 |
G2CONF="${G2CONF} |
103 |
--disable-bash-completion |
106 |
--disable-bash-completion |