commit:     1e6cbd5feb3ae28fc3b90629a54cb61a2c336242
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 21:04:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 21:05:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6cbd5f

media-libs/phonon-vlc: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild
index 22d2a548b45e..fc3a84eeb872 100644
--- a/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild
+++ b/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_PN="phonon-backend-vlc"
 inherit ecm kde.org
@@ -11,17 +11,14 @@ HOMEPAGE="https://community.kde.org/Phonon";
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
        
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"
+       S="${WORKDIR}/${MY_PN}-${PV}"
        KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )"
 SLOT="0"
-IUSE="debug"
+IUSE=""
 
-BDEPEND="
-       dev-qt/linguist-tools:5
-       virtual/pkgconfig
-"
 DEPEND="
        dev-qt/qtgui:5
        dev-qt/qtwidgets:5
@@ -29,5 +26,7 @@ DEPEND="
        media-video/vlc:=[dbus,ogg,vorbis(+)]
 "
 RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
+BDEPEND="
+       dev-qt/linguist-tools:5
+       virtual/pkgconfig
+"

Reply via email to