diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-04 18:11:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-04 18:11:01 +0300 |
commit | 5968189ffa9b93e77972d315ac3a96f63f6ab1f8 (patch) | |
tree | 64b299e1ec793905284000bf90c8037e3e8fcc1e /media-libs | |
parent | kde-plasma/powerdevil: Stabilize 5.27.4.1-r1 amd64, #905699 (diff) | |
download | gentoo-5968189ffa9b93e77972d315ac3a96f63f6ab1f8.tar.gz gentoo-5968189ffa9b93e77972d315ac3a96f63f6ab1f8.tar.bz2 gentoo-5968189ffa9b93e77972d315ac3a96f63f6ab1f8.zip |
media-libs/lsp-plugins: Stabilize 1.2.3-r1 amd64, #905697
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lsp-plugins/lsp-plugins-1.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lsp-plugins/lsp-plugins-1.2.3-r1.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.2.3-r1.ebuild index a2b21db8ebdc..dd62519e999f 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.2.3-r1.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="devel" else SRC_URI="https://github.com/sadko4u/${PN}/releases/download/${PV}/${PN}-src-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${PN}" fi |