diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-24 22:04:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-24 22:05:00 +0100 |
commit | 1e6cbd5feb3ae28fc3b90629a54cb61a2c336242 (patch) | |
tree | e451b90734eb951e21dd5017eb651430e4fd19bb /media-libs/phonon-vlc | |
parent | x11-misc/sddm: Backport several 0.19.0 and master branch fixes (diff) | |
download | gentoo-1e6cbd5feb3ae28fc3b90629a54cb61a2c336242.tar.gz gentoo-1e6cbd5feb3ae28fc3b90629a54cb61a2c336242.tar.bz2 gentoo-1e6cbd5feb3ae28fc3b90629a54cb61a2c336242.zip |
media-libs/phonon-vlc: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon-vlc')
-rw-r--r-- | media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild | 15 |
1 files 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 +" |