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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AD6F138334 for ; Wed, 20 Nov 2019 13:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3838DE0898; Wed, 20 Nov 2019 13:18:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06FF3E0893 for ; Wed, 20 Nov 2019 13:18:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0F1034D129 for ; Wed, 20 Nov 2019 13:18:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFF448B8 for ; Wed, 20 Nov 2019 13:18:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574255869.dedeedacd5d1ceb7ee864272594d658510989be9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.8.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dedeedacd5d1ceb7ee864272594d658510989be9 X-VCS-Branch: master Date: Wed, 20 Nov 2019 13:18:09 +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: 52b2fcff-6046-4508-8d53-e112303d0874 X-Archives-Hash: f08be18989f1a6732cede91cf2d88dcd commit: dedeedacd5d1ceb7ee864272594d658510989be9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 13:08:50 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 13:17:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedeedac media-video/vlc: EPREFIXify Reported-by: Jaume Delclòs Coll gmail.com> Closes: https://bugs.gentoo.org/699368 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.8.ebuild | 4 ++-- media-video/vlc/vlc-3.0.9999.ebuild | 4 ++-- media-video/vlc/vlc-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/vlc/vlc-3.0.8.ebuild b/media-video/vlc/vlc-3.0.8.ebuild index 487da2e3564..874c533c69b 100644 --- a/media-video/vlc/vlc-3.0.8.ebuild +++ b/media-video/vlc/vlc-3.0.8.ebuild @@ -394,7 +394,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) - --with-kde-solid=/usr/share/solid/actions + --with-kde-solid="${EPREFIX}"/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof @@ -446,7 +446,7 @@ src_configure() { fi if use truetype || use projectm; then - local dejavu="/usr/share/fonts/dejavu/" + local dejavu="${EPREFIX}/usr/share/fonts/dejavu/" myeconfargs+=( --with-default-font=${dejavu}/DejaVuSans.ttf --with-default-font-family=Sans diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 2f10eead26f..3477d006d9d 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -394,7 +394,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) - --with-kde-solid=/usr/share/solid/actions + --with-kde-solid="${EPREFIX}"/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof @@ -446,7 +446,7 @@ src_configure() { fi if use truetype || use projectm; then - local dejavu="/usr/share/fonts/dejavu/" + local dejavu="${EPREFIX}/usr/share/fonts/dejavu/" myeconfargs+=( --with-default-font=${dejavu}/DejaVuSans.ttf --with-default-font-family=Sans diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index bb2c8bae41a..c3c5fba5928 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -396,7 +396,7 @@ src_configure() { $(use_enable zeroconf avahi) $(use_enable zvbi) $(use_enable !zvbi telx) - --with-kde-solid=/usr/share/solid/actions + --with-kde-solid="${EPREFIX}"/usr/share/solid/actions --disable-asdcp --disable-coverage --disable-cprof @@ -445,7 +445,7 @@ src_configure() { fi if use truetype || use projectm; then - local dejavu="/usr/share/fonts/dejavu/" + local dejavu="${EPREFIX}/usr/share/fonts/dejavu/" myeconfargs+=( --with-default-font=${dejavu}/DejaVuSans.ttf --with-default-font-family=Sans