Diff lsp-plugins-1.2.3 with a lsp-plugins-1.2.3-r1
/usr/portage/media-libs/lsp-plugins/lsp-plugins-1.2.3-r1.ebuild 2023-10-09 14:52:31.700368406 +0300 | ||
---|---|---|
1 |
# Copyright 2019-2022 Gentoo Authors |
|
1 |
# Copyright 2019-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
14 | 14 |
EGIT_BRANCH="devel" |
15 | 15 |
else |
16 | 16 |
SRC_URI="https://github.com/sadko4u/${PN}/releases/download/${PV}/${PN}-src-${PV}.tar.gz -> ${P}.tar.gz" |
17 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |
|
17 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" |
|
18 | 18 |
S="${WORKDIR}/${PN}" |
19 | 19 |
fi |
20 | 20 | |
... | ... | |
54 | 54 |
" |
55 | 55 |
RDEPEND="${DEPEND}" |
56 | 56 | |
57 |
PATCHES=( |
|
58 |
"${FILESDIR}"/${P}-fix-double-buffering.patch |
|
59 |
) |
|
60 | ||
57 | 61 |
src_configure() { |
58 | 62 |
use doc && MODULES+="doc" |
59 | 63 |
use jack && MODULES+=" jack" |