Diff pamix-1.6-r3 with a pamix-9999
/usr/portage/media-sound/pamix/pamix-9999.ebuild 2023-10-09 14:52:31.792368408 +0300 | ||
---|---|---|
10 | 10 |
inherit git-r3 |
11 | 11 |
else |
12 | 12 |
SRC_URI="https://github.com/patroclos/PAmix/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
13 |
KEYWORDS="amd64 x86" |
|
13 |
KEYWORDS="~amd64 ~x86" |
|
14 | 14 |
S="${WORKDIR}/PAmix-${PV}" |
15 | 15 |
fi |
16 | 16 | |
... | ... | |
28 | 28 |
DEPEND="${RDEPEND}" |
29 | 29 |
BDEPEND="virtual/pkgconfig" |
30 | 30 | |
31 |
PATCHES=( |
|
32 |
"${FILESDIR}/${P}-ncurses_pkgconfig.patch" |
|
33 |
"${FILESDIR}/${P}-xdgconfigdir.patch" |
|
34 |
"${FILESDIR}/${P}-fix-output-scrolling.patch" |
|
35 |
"${FILESDIR}/${P}-fix-ncurses-freezing.patch" |
|
36 |
) |
|
37 | ||
38 | 31 |
src_prepare() { |
39 | 32 |
cmake_src_prepare |
40 | 33 |
if [[ ${PV} != 9999 ]] ; then |