diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 10:44:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-29 10:44:54 +0000 |
commit | 4a0b91c66e3ed79319781f548dcc23d17ca48085 (patch) | |
tree | a4f7dc5a70df354039087cc741211c91e896a243 /media-libs | |
parent | sys-devel/gcc: update musl patchset for others too (not just latest of each) (diff) | |
download | gentoo-4a0b91c66e3ed79319781f548dcc23d17ca48085.tar.gz gentoo-4a0b91c66e3ed79319781f548dcc23d17ca48085.tar.bz2 gentoo-4a0b91c66e3ed79319781f548dcc23d17ca48085.zip |
media-libs/liblscp: Stabilize 0.9.8 x86, #892491
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/liblscp/liblscp-0.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/liblscp/liblscp-0.9.8.ebuild b/media-libs/liblscp/liblscp-0.9.8.ebuild index 5d0c3733b0ff..259ef5161bc8 100644 --- a/media-libs/liblscp/liblscp-0.9.8.ebuild +++ b/media-libs/liblscp/liblscp-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz https://download.linuxsampler.org/packages/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="~amd64 ~ppc x86" fi LICENSE="LGPL-2.1" |