--- gstreamermm-1.10.0.ebuild 2020-05-01 17:48:13.420318369 +0300 +++ gstreamermm-1.10.0-r1.ebuild 2021-05-25 12:01:59.202359768 +0300 @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 +GNOME2_EAUTORECONF=yes inherit gnome2 virtualx DESCRIPTION="C++ interface for GStreamer" @@ -10,7 +11,7 @@ LICENSE="LGPL-2.1" SLOT="1.0/1" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples test" RESTRICT="!test? ( test )" @@ -43,11 +44,10 @@ src_prepare() { if ! use examples; then # don't waste time building examples - sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ - -i Makefile.am Makefile.in || die + sed -e 's/ examples / /' -i Makefile.am || die fi - sed -e 's/ -Werror/ /' -i tests/Makefile.am tests/Makefile.in || die + sed -e 's/ -Werror/ /' -i tests/Makefile.am || die gnome2_src_prepare }