Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/
Date: Sun, 29 Jan 2023 10:45:15
Message-Id: 1674989094.4a0b91c66e3ed79319781f548dcc23d17ca48085.sam@gentoo
1 commit: 4a0b91c66e3ed79319781f548dcc23d17ca48085
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 10:44:42 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 10:44:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0b91c6
7
8 media-libs/liblscp: Stabilize 0.9.8 x86, #892491
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/liblscp/liblscp-0.9.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/liblscp/liblscp-0.9.8.ebuild b/media-libs/liblscp/liblscp-0.9.8.ebuild
16 index 5d0c3733b0ff..259ef5161bc8 100644
17 --- a/media-libs/liblscp/liblscp-0.9.8.ebuild
18 +++ b/media-libs/liblscp/liblscp-0.9.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then
26 else
27 SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz
28 https://download.linuxsampler.org/packages/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~ppc ~x86"
30 + KEYWORDS="~amd64 ~ppc x86"
31 fi
32
33 LICENSE="LGPL-2.1"