Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/
Date: Fri, 07 Jun 2019 10:06:03
Message-Id: 1559901950.2e3114b5e10bbb800a5df65753d7e6633c68ba83.ago@gentoo
1 commit: 2e3114b5e10bbb800a5df65753d7e6633c68ba83
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 7 10:05:50 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 7 10:05:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3114b5
7
8 net-libs/srt: alpha stable wrt bug #678146
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="alpha"
13
14 net-libs/srt/srt-1.3.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/srt/srt-1.3.2.ebuild b/net-libs/srt/srt-1.3.2.ebuild
18 index 983328e9cb7..a0f93824ca6 100644
19 --- a/net-libs/srt/srt-1.3.2.ebuild
20 +++ b/net-libs/srt/srt-1.3.2.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then
22 inherit git-r3
23 else
24 SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 -sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
26 + KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 -sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
27 fi
28
29 LICENSE="LGPL-2.1"