diff options
author | Sam James <sam@gentoo.org> | 2021-01-06 06:33:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-06 06:33:14 +0000 |
commit | e3739654a77b70eeee30190e0050733d0fc03bbc (patch) | |
tree | 33658f812aaa83859b4fde69ff1994b6a82f3ebc /media-libs/lsp-plugins | |
parent | sci-libs/cfitsio: Stabilize 3.490 x86, #673944 (diff) | |
download | gentoo-e3739654a77b70eeee30190e0050733d0fc03bbc.tar.gz gentoo-e3739654a77b70eeee30190e0050733d0fc03bbc.tar.bz2 gentoo-e3739654a77b70eeee30190e0050733d0fc03bbc.zip |
media-libs/lsp-plugins: Stabilize 1.1.22 x86, #728380
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/lsp-plugins')
-rw-r--r-- | media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild index aa0573ed136b..5a71e0a3425b 100644 --- a/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild +++ b/media-libs/lsp-plugins/lsp-plugins-1.1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="LGPL-3" |