Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/
Date: Thu, 06 Jun 2019 21:24:46
Message-Id: 1559856277.63c539b02615cac4c4c429c0496db13731546349.slyfox@gentoo
1 commit: 63c539b02615cac4c4c429c0496db13731546349
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 21:24:24 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 21:24:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c539b0
7
8 net-libs/srt: stable 1.3.2 for ia64, bug #678146
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
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 fd800aad8b5..983328e9cb7 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"