From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8284158099 for ; Wed, 29 Nov 2023 03:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 211D52BC02F; Wed, 29 Nov 2023 03:19:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 095302BC02F for ; Wed, 29 Nov 2023 03:19:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B97A335D12 for ; Wed, 29 Nov 2023 03:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F55313D5 for ; Wed, 29 Nov 2023 03:19:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701227974.6719012606ef35c6385c40a5b491a7d7d0bcd96e.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/phonon-vlc/phonon-vlc-0.12.0.ebuild media-libs/phonon-vlc/phonon-vlc-9999.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6719012606ef35c6385c40a5b491a7d7d0bcd96e X-VCS-Branch: master Date: Wed, 29 Nov 2023 03:19:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc7ee95e-6ca1-45e0-8905-26b989a1350d X-Archives-Hash: 521384fdcc0c963cef7e57bddf117363 commit: 6719012606ef35c6385c40a5b491a7d7d0bcd96e Author: Sam James gentoo org> AuthorDate: Wed Nov 29 03:19:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 29 03:19:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67190126 media-libs/phonon-vlc: fix S Signed-off-by: Sam James gentoo.org> media-libs/phonon-vlc/phonon-vlc-0.12.0.ebuild | 1 + media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/phonon-vlc/phonon-vlc-0.12.0.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.12.0.ebuild index 4017e5e068..62401f9834 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.12.0.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.12.0.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://community.kde.org/Phonon" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/phonon/phonon-backend-vlc/${PV}/phonon-backend-vlc-${PV}.tar.xz" + S="${WORKDIR}"/phonon-backend-vlc-${PV} KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" fi diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild index ec7f0c54a8..62f22baad0 100644 --- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://community.kde.org/Phonon" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/phonon/phonon-backend-vlc/${PV}/phonon-backend-vlc-${PV}.tar.xz" + S="${WORKDIR}"/phonon-backend-vlc-${PV} KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi