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 5F226138335 for ; Tue, 30 Oct 2018 17:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0282CE086D; Tue, 30 Oct 2018 17:46:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D23ECE086D for ; Tue, 30 Oct 2018 17:46:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 13523335C8C for ; Tue, 30 Oct 2018 17:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 674DA453 for ; Tue, 30 Oct 2018 17:46:23 +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: <1540921564.1be8e0166ee677ccb36bf695a8894589e6a59f27.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.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: 1be8e0166ee677ccb36bf695a8894589e6a59f27 X-VCS-Branch: master Date: Tue, 30 Oct 2018 17:46:23 +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-Archives-Salt: 27b0b7b7-6df8-4e68-be51-894d0aade84f X-Archives-Hash: 06032cc42f506359a15cd6a1df3eead5 commit: 1be8e0166ee677ccb36bf695a8894589e6a59f27 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 30 17:00:42 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 30 17:46:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be8e016 media-video/vlc: Build with --disable-rpath Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-video/vlc/vlc-3.0.9999.ebuild | 1 + media-video/vlc/vlc-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index f26552ced2a..c06e6f61f05 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -273,6 +273,7 @@ src_configure() { --disable-aa --disable-dependency-tracking --disable-optimizations + --disable-rpath --disable-update-check --enable-fast-install --enable-screen diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 8eddd566666..f38f3b52ffb 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -275,6 +275,7 @@ src_configure() { local myeconfargs=( --disable-dependency-tracking --disable-optimizations + --disable-rpath --disable-update-check --enable-fast-install --enable-screen