diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 03:51:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 03:52:09 +0000 |
commit | 75845aab4da464a9a088c13868316a6922ab4afb (patch) | |
tree | 690ac064cb9ffebe1155170324e8d84b9a13255c /net-libs/srt | |
parent | dev-util/geany: Stabilize 1.37.1 ppc64, #766528 (diff) | |
download | gentoo-75845aab4da464a9a088c13868316a6922ab4afb.tar.gz gentoo-75845aab4da464a9a088c13868316a6922ab4afb.tar.bz2 gentoo-75845aab4da464a9a088c13868316a6922ab4afb.zip |
net-libs/srt: Stabilize 1.4.2 ppc64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/srt')
-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 9cdbcc460c22..d17c6e4d36c0 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" |