From 9d101d6d2952a0c02ae6950fbe01cebe619d4822 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 10 Jan 2021 21:19:21 +0100 Subject: media-libs/gstreamer: drop Prefix keywords, bug #662458 Bug: https://bugs.gentoo.org/662458 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen --- media-libs/gstreamer/gstreamer-1.14.5.ebuild | 13 +------------ media-libs/gstreamer/gstreamer-1.16.2.ebuild | 13 +------------ 2 files changed, 2 insertions(+), 24 deletions(-) (limited to 'media-libs/gstreamer') diff --git a/media-libs/gstreamer/gstreamer-1.14.5.ebuild b/media-libs/gstreamer/gstreamer-1.14.5.ebuild index ec77d2d0c15f..0610aeed9ce8 100644 --- a/media-libs/gstreamer/gstreamer-1.14.5.ebuild +++ b/media-libs/gstreamer/gstreamer-1.14.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="1.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="+caps +introspection nls +orc test unwind" RESTRICT="!test? ( test )" @@ -41,17 +41,6 @@ PATCHES=( ) src_configure() { - if [[ ${CHOST} == *-interix* ]] ; then - export ac_cv_lib_dl_dladdr=no - export ac_cv_func_poll=no - fi - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then - # GCC groks this, but then refers to an implementation (___multi3, - # ___udivti3) that don't exist (at least I can't find it), so force - # this one to be off, such that we use 2x64bit emulation code. - export gst_cv_uint128_t=no - fi - multilib-minimal_src_configure } diff --git a/media-libs/gstreamer/gstreamer-1.16.2.ebuild b/media-libs/gstreamer/gstreamer-1.16.2.ebuild index 5eab87d12d69..d2ffca1d69d6 100644 --- a/media-libs/gstreamer/gstreamer-1.16.2.ebuild +++ b/media-libs/gstreamer/gstreamer-1.16.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="1.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="+caps +introspection nls +orc test unwind" RESTRICT="!test? ( test )" @@ -39,17 +39,6 @@ PATCHES=( ) src_configure() { - if [[ ${CHOST} == *-interix* ]] ; then - export ac_cv_lib_dl_dladdr=no - export ac_cv_func_poll=no - fi - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then - # GCC groks this, but then refers to an implementation (___multi3, - # ___udivti3) that don't exist (at least I can't find it), so force - # this one to be off, such that we use 2x64bit emulation code. - export gst_cv_uint128_t=no - fi - multilib-minimal_src_configure } -- cgit v1.2.3-65-gdbad