Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
EAPI="6" |
4 |
EAPI="6" |
5 |
|
5 |
|
6 |
inherit flag-o-matic multilib toolchain-funcs |
6 |
inherit flag-o-matic systemd toolchain-funcs udev |
7 |
|
7 |
|
8 |
DESCRIPTION="Standard EXT2/EXT3/EXT4 filesystem utilities" |
8 |
DESCRIPTION="Standard EXT2/EXT3/EXT4 filesystem utilities" |
9 |
HOMEPAGE="http://e2fsprogs.sourceforge.net/" |
9 |
HOMEPAGE="http://e2fsprogs.sourceforge.net/" |
Lines 70-75
src_configure() {
Link Here
|
70 |
|
70 |
|
71 |
local myeconfargs=( |
71 |
local myeconfargs=( |
72 |
--with-root-prefix="${EPREFIX%/}/" |
72 |
--with-root-prefix="${EPREFIX%/}/" |
|
|
73 |
--with-crond-dir="${EPREFIX}/etc/cron.d" |
74 |
--with-systemd-unit-dir="$(systemd_get_systemunitdir)" |
75 |
--with-udev-rules-dir="$(get_udevdir)/rules.d" |
73 |
--enable-symlink-install |
76 |
--enable-symlink-install |
74 |
--enable-elf-shlibs |
77 |
--enable-elf-shlibs |
75 |
$(tc-has-tls || echo --disable-tls) |
78 |
$(tc-has-tls || echo --disable-tls) |
76 |
- |
|
|