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/libltc/
Date: Tue, 18 May 2021 17:24:08
Message-Id: 1621358627.e15801b759291f1bac745812730e04224b62f43f.sam@gentoo
1 commit: e15801b759291f1bac745812730e04224b62f43f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 17:23:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 17:23:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15801b7
7
8 media-libs/libltc: Stabilize 1.3.1-r1 amd64, #790788
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libltc/libltc-1.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libltc/libltc-1.3.1-r1.ebuild b/media-libs/libltc/libltc-1.3.1-r1.ebuild
16 index 37f4e75a206..7ec6c8eaf9e 100644
17 --- a/media-libs/libltc/libltc-1.3.1-r1.ebuild
18 +++ b/media-libs/libltc/libltc-1.3.1-r1.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/x42/libltc.git"
21 else
22 SRC_URI="https://github.com/x42/libltc/releases/download/v${PV}/${P}.tar.gz"
23 - KEYWORDS="~amd64"
24 + KEYWORDS="amd64"
25 fi
26 LICENSE="LGPL-3"
27 SLOT="0"