Diff drpm-0.5.2 with a drpm-9999
/usr/portage/app-arch/drpm/drpm-9999.ebuild 2023-10-09 14:52:28.184368317 +0300 | ||
---|---|---|
1 |
# Copyright 2023-2025 Gentoo Authors |
|
1 |
# Copyright 2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
35 | 35 |
test? ( dev-util/cmocka ) |
36 | 36 |
" |
37 | 37 | |
38 |
PATCHES=( |
|
39 |
"${FILESDIR}/${P}-cmake4.patch" |
|
40 |
) |
|
41 | ||
42 | 38 |
src_configure() { |
43 | 39 |
local mycmakeargs=( |
44 | 40 |
-DHAVE_LZLIB_DEVEL=$(usex lzip ON OFF) |