Skip to content

Commit

Permalink
media-plugins/gst-plugins-srtp: Remove MULTILIB_COMPAT that breaks x86
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 11, 2017
1 parent 594ae1a commit eca987e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
16 changes: 16 additions & 0 deletions media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
GST_ORG_MODULE=gst-plugins-bad

inherit gstreamer

DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
net-libs/libsrtp:0=[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MULTILIB_COMPAT=( abi_x86_64 )
inherit gstreamer

DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64"
IUSE=""

RDEPEND="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

EAPI=6
GST_ORG_MODULE=gst-plugins-bad
MULTILIB_COMPAT=( abi_x86_64 )

inherit gstreamer

Expand Down
16 changes: 16 additions & 0 deletions media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.10.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
GST_ORG_MODULE=gst-plugins-bad

inherit gstreamer

DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
net-libs/libsrtp:0=[${MULTILIB_USEDEP}]
"
DEPEND="${RDEPEND}"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MULTILIB_COMPAT=( abi_x86_64 )
inherit gstreamer

DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64"
IUSE=""

RDEPEND="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

EAPI=6
GST_ORG_MODULE=gst-plugins-bad
MULTILIB_COMPAT=( abi_x86_64 )

inherit gstreamer

Expand Down

0 comments on commit eca987e

Please sign in to comment.