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 A060F138334 for ; Wed, 12 Sep 2018 13:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B318E0C02; Wed, 12 Sep 2018 13:49:28 +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 70668E0C02 for ; Wed, 12 Sep 2018 13:49:28 +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 A7BB7335CF0 for ; Wed, 12 Sep 2018 13:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E58103BE for ; Wed, 12 Sep 2018 13:49: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: <1536760147.5500e52cc6aaa69628839246171dea97ae83b54d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libde265/libde265-1.0.3.ebuild media-libs/libde265/libde265-9999.ebuild X-VCS-Directories: media-libs/libde265/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5500e52cc6aaa69628839246171dea97ae83b54d X-VCS-Branch: master Date: Wed, 12 Sep 2018 13:49: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: 2f9d2ed8-b9e0-4e7f-9a86-e24fb43f3c84 X-Archives-Hash: 3506db7956eea1883eff2f4069eef5c4 commit: 5500e52cc6aaa69628839246171dea97ae83b54d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 12 13:49:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 12 13:49:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5500e52c media-libs/libde265: Add USE=libav, restore keywords Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libde265/libde265-1.0.3.ebuild | 6 +++--- media-libs/libde265/libde265-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-libs/libde265/libde265-1.0.3.ebuild b/media-libs/libde265/libde265-1.0.3.ebuild index 90112fb2fd0..6af70da4089 100644 --- a/media-libs/libde265/libde265-1.0.3.ebuild +++ b/media-libs/libde265/libde265-1.0.3.ebuild @@ -20,12 +20,12 @@ HOMEPAGE="https://github.com/strukturag/libde265" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" -IUSE="cpu_flags_x86_sse debug qt5 static-libs" +IUSE="cpu_flags_x86_sse debug libav qt5 static-libs" DEPEND=" media-libs/libsdl[${MULTILIB_USEDEP}] - virtual/ffmpeg[${MULTILIB_USEDEP}] + !libav? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] ) + libav? ( media-video/libav:=[${MULTILIB_USEDEP}] ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 diff --git a/media-libs/libde265/libde265-9999.ebuild b/media-libs/libde265/libde265-9999.ebuild index 91cbdf94843..8b1ede09936 100644 --- a/media-libs/libde265/libde265-9999.ebuild +++ b/media-libs/libde265/libde265-9999.ebuild @@ -20,12 +20,12 @@ HOMEPAGE="https://github.com/strukturag/libde265" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" -IUSE="cpu_flags_x86_sse debug qt5 static-libs" +IUSE="cpu_flags_x86_sse debug libav qt5 static-libs" DEPEND=" media-libs/libsdl[${MULTILIB_USEDEP}] - virtual/ffmpeg[${MULTILIB_USEDEP}] + !libav? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] ) + libav? ( media-video/libav:=[${MULTILIB_USEDEP}] ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5