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 7727A138334 for ; Fri, 30 Nov 2018 22:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE326E09CB; Fri, 30 Nov 2018 22:45:07 +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 C28D0E09CB for ; Fri, 30 Nov 2018 22:45:07 +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 4F099335C38 for ; Fri, 30 Nov 2018 22:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE79E43A for ; Fri, 30 Nov 2018 22:45:02 +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: <1543617887.00bf9ea30e645a8858ec5a3136c63f262a0a8395.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kvazaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kvazaar/kvazaar-1.2.0.ebuild media-libs/kvazaar/kvazaar-9999.ebuild X-VCS-Directories: media-libs/kvazaar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 00bf9ea30e645a8858ec5a3136c63f262a0a8395 X-VCS-Branch: master Date: Fri, 30 Nov 2018 22:45:02 +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: 17a76acc-811d-453e-8b4a-f1f1ad6ae799 X-Archives-Hash: 60c3b51c5374edb333476a9ba52a3fd6 commit: 00bf9ea30e645a8858ec5a3136c63f262a0a8395 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 30 22:14:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 30 22:44:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bf9ea3 media-libs/kvazaar: Disable install of COPYING file Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/kvazaar/kvazaar-1.2.0.ebuild | 1 + media-libs/kvazaar/kvazaar-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/kvazaar/kvazaar-1.2.0.ebuild b/media-libs/kvazaar/kvazaar-1.2.0.ebuild index 46bae358eb2..48ce175d048 100644 --- a/media-libs/kvazaar/kvazaar-1.2.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.2.0.ebuild @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} src_prepare() { default + sed -e "/^dist_doc_DATA/s/COPYING //" -i Makefile.am || die eautoreconf if use test && [[ ${PV} != *9999 ]]; then # https://bugs.gentoo.org/show_bug.cgi?id=595932 diff --git a/media-libs/kvazaar/kvazaar-9999.ebuild b/media-libs/kvazaar/kvazaar-9999.ebuild index 46bae358eb2..48ce175d048 100644 --- a/media-libs/kvazaar/kvazaar-9999.ebuild +++ b/media-libs/kvazaar/kvazaar-9999.ebuild @@ -33,6 +33,7 @@ DEPEND="${RDEPEND} src_prepare() { default + sed -e "/^dist_doc_DATA/s/COPYING //" -i Makefile.am || die eautoreconf if use test && [[ ${PV} != *9999 ]]; then # https://bugs.gentoo.org/show_bug.cgi?id=595932