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/libde265/
Date: Mon, 01 Feb 2021 13:33:43
Message-Id: 1612186378.a31de1daa1482f23b2107a42602afc572d25804c.sam@gentoo
1 commit: a31de1daa1482f23b2107a42602afc572d25804c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 13:32:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 13:32:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31de1da
7
8 media-libs/libde265: Stabilize 1.0.8 amd64, #768147
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/libde265/libde265-1.0.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libde265/libde265-1.0.8.ebuild b/media-libs/libde265/libde265-1.0.8.ebuild
16 index 29c28d991c8..443e7457bcb 100644
17 --- a/media-libs/libde265/libde265-1.0.8.ebuild
18 +++ b/media-libs/libde265/libde265-1.0.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
26 inherit git-r3
27 else
28 SRC_URI="https://github.com/strukturag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
30 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
31 fi
32
33 DESCRIPTION="Open h.265 video codec implementation"