diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-20 08:55:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-20 08:55:04 +0100 |
commit | 2b93bef884850f3a534b71045feded6e42093697 (patch) | |
tree | a60f0a303775d14378b0e01b921708cb9b2a38e1 /net-libs | |
parent | media-video/vlc: amd64 stable wrt bug #765040 (diff) | |
download | gentoo-2b93bef884850f3a534b71045feded6e42093697.tar.gz gentoo-2b93bef884850f3a534b71045feded6e42093697.tar.bz2 gentoo-2b93bef884850f3a534b71045feded6e42093697.zip |
net-libs/srt: amd64 stable wrt bug #765040
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/srt/srt-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/srt/srt-1.4.2.ebuild b/net-libs/srt/srt-1.4.2.ebuild index cad2371d541f..0fa8b5336b23 100644 --- a/net-libs/srt/srt-1.4.2.ebuild +++ b/net-libs/srt/srt-1.4.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~ppc-macos ~x64-macos" fi LICENSE="MPL-2.0" |