Diff quota-4.09-r1 with a quota-4.10
| /usr/portage/sys-fs/quota/quota-4.10.ebuild 2025-09-08 18:21:13.181072380 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit autotools |
|
| 7 | ||
| 8 | 6 |
DESCRIPTION="Linux quota tools" |
| 9 | 7 |
HOMEPAGE="https://sourceforge.net/projects/linuxquota/" |
| 10 | 8 |
SRC_URI="https://downloads.sourceforge.net/linuxquota/${P}.tar.gz"
|
| ... | ... | |
| 34 | 32 |
RDEPEND+=" selinux? ( sec-policy/selinux-quota )" |
| 35 | 33 | |
| 36 | 34 |
PATCHES=( |
| 37 |
"${FILESDIR}"/${PN}-4.09-configure-bashism.patch
|
|
| 38 |
"${FILESDIR}"/${PN}-4.09-gettext-version.patch
|
|
| 39 |
"${FILESDIR}"/${PN}-4.09-fix-building-on-musl.patch
|
|
| 35 |
"${FILESDIR}"/${PN}-4.10-fix-building-on-musl.patch
|
|
| 40 | 36 |
) |
| 41 | 37 | |
| 42 |
src_prepare() {
|
|
| 43 |
default |
|
| 44 | ||
| 45 |
# Only needed for bashism patch and stale macros patch |
|
| 46 |
eautoreconf |
|
| 47 |
} |
|
| 48 | ||
| 49 | 38 |
src_configure() {
|
| 50 | 39 |
local myeconfargs=( |
| 51 | 40 |
--enable-ext2direct |