diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-10 21:19:21 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-10 21:22:31 +0100 |
commit | 9d101d6d2952a0c02ae6950fbe01cebe619d4822 (patch) | |
tree | 94dc51b5846ddb07d1347ea0b686374dcc5f6da8 /media-libs/gstreamer | |
parent | www-client/otter: bump to 1.0.02 (diff) | |
download | gentoo-9d101d6d2952a0c02ae6950fbe01cebe619d4822.tar.gz gentoo-9d101d6d2952a0c02ae6950fbe01cebe619d4822.tar.bz2 gentoo-9d101d6d2952a0c02ae6950fbe01cebe619d4822.zip |
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 <grobian@gentoo.org>
Diffstat (limited to 'media-libs/gstreamer')
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.14.5.ebuild | 13 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.16.2.ebuild | 13 |
2 files changed, 2 insertions, 24 deletions
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 } |