commit:     487d93e39e3725f1fb07c718a19fffd58ada38a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 22:16:32 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 22:16:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487d93e3

media-libs/soxr: Switch to CMAKE_ECLASS=cmake

Closes: https://bugs.gentoo.org/770538
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/soxr/soxr-0.1.3-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-libs/soxr/soxr-0.1.3-r1.ebuild 
b/media-libs/soxr/soxr-0.1.3-r1.ebuild
index afc642ea623..e969cfb04de 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"

Reply via email to