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 18EAE139083 for ; Thu, 7 Dec 2017 00:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64EC6E0EEF; Thu, 7 Dec 2017 00:44:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4323BE0EEF for ; Thu, 7 Dec 2017 00:44:25 +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 EF12733BF0B for ; Thu, 7 Dec 2017 00:44:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A8AFAE76 for ; Thu, 7 Dec 2017 00:44:22 +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: <1512607449.f422c717baa38f12f2e82d859586be10fb03e92d.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: f422c717baa38f12f2e82d859586be10fb03e92d X-VCS-Branch: master Date: Thu, 7 Dec 2017 00:44:22 +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: 98482367-374e-4e80-9297-bbd54996a018 X-Archives-Hash: 7d3490ce8145cce43192227c87c8aa12 commit: f422c717baa38f12f2e82d859586be10fb03e92d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 7 00:24:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 7 00:44:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f422c717 media-video/vlc: More readability Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 3 ++- media-video/vlc/vlc-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 7a33d241221..2e79056fdf1 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -193,7 +193,8 @@ RDEPEND=" theora? ( media-libs/libtheora:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( - media-libs/freetype:2 virtual/ttf-fonts:0 + media-libs/freetype:2 + virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 ) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 7a33d241221..2e79056fdf1 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -193,7 +193,8 @@ RDEPEND=" theora? ( media-libs/libtheora:0 ) tremor? ( media-libs/tremor:0 ) truetype? ( - media-libs/freetype:2 virtual/ttf-fonts:0 + media-libs/freetype:2 + virtual/ttf-fonts:0 !fontconfig? ( media-fonts/dejavu:0 ) ) twolame? ( media-sound/twolame:0 )