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 F0B28138334 for ; Thu, 17 Oct 2019 12:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3CF1E08E5; Thu, 17 Oct 2019 12:07:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B52BCE08DC for ; Thu, 17 Oct 2019 12:07:30 +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 CE6B334BF3A for ; Thu, 17 Oct 2019 12:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6730883F for ; Thu, 17 Oct 2019 12:07:26 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1571314041.feaa96cc7bf6b7f7cb531b6012358ee1fb92f6f9.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdnav/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdvdnav/libdvdnav-9999.ebuild X-VCS-Directories: media-libs/libdvdnav/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: feaa96cc7bf6b7f7cb531b6012358ee1fb92f6f9 X-VCS-Branch: master Date: Thu, 17 Oct 2019 12:07:26 +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: 50d9f7cd-0b5a-45a4-9628-cf1afe785b48 X-Archives-Hash: a8e94d782562e8d95d23582daec10594 commit: feaa96cc7bf6b7f7cb531b6012358ee1fb92f6f9 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 17 12:02:37 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 17 12:07:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feaa96cc media-libs/libdvdnav: Synced live ebuild Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> media-libs/libdvdnav/libdvdnav-9999.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/media-libs/libdvdnav/libdvdnav-9999.ebuild b/media-libs/libdvdnav/libdvdnav-9999.ebuild index 4207a036e75..ec07e6a8c91 100644 --- a/media-libs/libdvdnav/libdvdnav-9999.ebuild +++ b/media-libs/libdvdnav/libdvdnav-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools multilib-minimal @@ -19,9 +19,12 @@ LICENSE="GPL-2" SLOT="0" IUSE="static-libs" -RDEPEND=">=media-libs/libdvdread-5.0.3[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig" # To get pkg.m4 for eautoreconf #414391 +RDEPEND=">=media-libs/libdvdread-6.0.0[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +# To get pkg.m4 for eautoreconf #414391 +BDEPEND=" + virtual/pkgconfig +" DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO ) @@ -39,5 +42,5 @@ multilib_src_configure() { } multilib_src_install_all() { - find "${ED}" -name "*.la" -delete || die + find "${ED}" -type f -name "*.la" -delete || die }