Lines 14-23
Link Here
|
14 |
LICENSE="GPL-2 BSD" |
14 |
LICENSE="GPL-2 BSD" |
15 |
SLOT="0" |
15 |
SLOT="0" |
16 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" |
16 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint" |
17 |
IUSE="fuse nls static-libs elibc_FreeBSD" |
17 |
IUSE="+cron fuse nls static-libs elibc_FreeBSD" |
18 |
|
18 |
|
19 |
RDEPEND="~sys-libs/${PN}-libs-${PV} |
19 |
RDEPEND="~sys-libs/${PN}-libs-${PV} |
20 |
>=sys-apps/util-linux-2.16 |
20 |
>=sys-apps/util-linux-2.16 |
|
|
21 |
cron? ( !sys-process/dcron ) |
21 |
fuse? ( sys-fs/fuse:0 ) |
22 |
fuse? ( sys-fs/fuse:0 ) |
22 |
nls? ( virtual/libintl )" |
23 |
nls? ( virtual/libintl )" |
23 |
DEPEND="${RDEPEND} |
24 |
DEPEND="${RDEPEND} |
Lines 70-76
Link Here
|
70 |
|
71 |
|
71 |
local myeconfargs=( |
72 |
local myeconfargs=( |
72 |
--with-root-prefix="${EPREFIX%/}/" |
73 |
--with-root-prefix="${EPREFIX%/}/" |
73 |
--with-crond-dir="${EPREFIX%/}/etc/cron.d" |
74 |
--with-crond-dir="$(use cron && echo "${EPREFIX%/}/etc/cron.d" || echo "no")" |
74 |
--with-systemd-unit-dir="$(systemd_get_systemunitdir)" |
75 |
--with-systemd-unit-dir="$(systemd_get_systemunitdir)" |
75 |
--with-udev-rules-dir="${EPREFIX%/}$(get_udevdir)/rules.d" |
76 |
--with-udev-rules-dir="${EPREFIX%/}$(get_udevdir)/rules.d" |
76 |
--enable-symlink-install |
77 |
--enable-symlink-install |