commit:     03de8c8ed66b20649c758c9158b91fa0e0fbfdb4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 09:35:26 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 09:36:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03de8c8e

media-libs/libopenglrecorder: EAPI-7 bump

Package-Manager: Portage-2.3.80, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../libopenglrecorder/libopenglrecorder-0.1.0.ebuild | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild 
b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
index 317958e4f21..63b0e6ac7f8 100644
--- a/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
+++ b/media-libs/libopenglrecorder/libopenglrecorder-0.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-multilib
 
@@ -14,7 +14,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="openh264 sound vpx"
 
-RDEPEND="media-libs/libjpeg-turbo[${MULTILIB_USEDEP}]
+BDEPEND="
+       virtual/pkgconfig
+"
+DEPEND="
+       media-libs/libjpeg-turbo[${MULTILIB_USEDEP}]
        openh264? ( media-libs/openh264[${MULTILIB_USEDEP}] )
        sound? (
                media-libs/libvorbis[${MULTILIB_USEDEP}]
@@ -22,19 +26,13 @@ RDEPEND="media-libs/libjpeg-turbo[${MULTILIB_USEDEP}]
        )
        vpx? ( media-libs/libvpx:0=[${MULTILIB_USEDEP}] )"
 
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+RDEPEND="${DEPEND}"
 
-DOCS=(
-       CHANGELOG.md
-       README.md
-       USAGE.md
-)
+DOCS=( CHANGELOG.md README.md USAGE.md )
 
 multilib_src_configure() {
        local mycmakeargs=(
                        -DBUILD_PULSE_WO_DL=ON
-                       -DBUILD_SHARED_LIBS=ON
                        -DSTATIC_RUNTIME_LIBS=OFF
                        -DBUILD_WITH_H264=$(usex openh264)
                        -DBUILD_RECORDER_WITH_SOUND=$(usex sound)

Reply via email to