From 463397cf1e064185110fe57c568d73f99a06f5d1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Feb 2021 10:35:54 +0000 Subject: gentoo resync : 17.02.2021 --- media-libs/soxr/soxr-0.1.3-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'media-libs/soxr/soxr-0.1.3-r1.ebuild') diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild b/media-libs/soxr/soxr-0.1.3-r1.ebuild index afc642ea6234..e969cfb04de4 100644 --- a/media-libs/soxr/soxr-0.1.3-r1.ebuild +++ b/media-libs/soxr/soxr-0.1.3-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_ECLASS=cmake inherit cmake-multilib MY_P="${P}-Source" @@ -14,18 +15,16 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="examples test" -RESTRICT="!test? ( test )" # CMakeLists.txt builds examples if either test or examples USE flag is enabled. REQUIRED_USE="test? ( examples )" +RESTRICT="!test? ( test )" DEPEND="" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -DOCS=( README TODO NEWS AUTHORS ) - PATCHES=( "${FILESDIR}/${PN}-0.1.1-nodoc.patch" "${FILESDIR}/${P}-fix-pkgconfig.patch" -- cgit v1.2.3