diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 15:03:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-01 15:03:51 +0100 |
commit | 68194ef18227a1032a0b0105700fa78f43a56e01 (patch) | |
tree | 23e20546a713ae565353a847050fb84b624dbc15 /media-plugins/gst-plugins-vpx | |
parent | media-plugins/gst-plugins-v4l2: arm stable wrt bug #702246 (diff) | |
download | gentoo-68194ef18227a1032a0b0105700fa78f43a56e01.tar.gz gentoo-68194ef18227a1032a0b0105700fa78f43a56e01.tar.bz2 gentoo-68194ef18227a1032a0b0105700fa78f43a56e01.zip |
media-plugins/gst-plugins-vpx: arm stable wrt bug #702246
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-vpx')
-rw-r--r-- | media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.14.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.14.5.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.14.5.ebuild index 22bf319d3574..c6cf29b246bf 100644 --- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.14.5.ebuild +++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.14.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good inherit autotools gstreamer DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86" IUSE="" RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]" |