Diff maxcso-1.13.0 with a maxcso-9999
/usr/portage/dev-util/maxcso/maxcso-9999.ebuild 2023-10-09 14:52:30.984368388 +0300 | ||
---|---|---|
1 |
# Copyright 2021 Gentoo Authors |
|
1 |
# Copyright 2021-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
18 | 18 |
LICENSE="ISC MIT LGPL-2.1+ Apache-2.0" |
19 | 19 |
SLOT="0" |
20 | 20 | |
21 |
BDEPEND="virtual/pkgconfig" |
|
22 |
RDEPEND=" |
|
21 |
DEPEND=" |
|
23 | 22 |
app-arch/lz4 |
24 | 23 |
dev-libs/libuv |
25 | 24 |
sys-libs/zlib |
26 | 25 |
" |
27 |
DEPEND="${RDEPEND}" |
|
28 | ||
29 |
PATCHES=("${FILESDIR}/${P}-ldflags.patch") |
|
26 |
RDEPEND="${DEPEND}" |
|
27 |
BDEPEND="virtual/pkgconfig" |
|
30 | 28 | |
31 | 29 |
src_compile() { |
32 |
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" |
|
30 |
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" |
|
33 | 31 |
} |
34 | 32 | |
35 | 33 |
src_install() { |