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 07B9E139082 for ; Tue, 28 Nov 2017 07:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B5BEE0EA3; Tue, 28 Nov 2017 07:41:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 072D0E0EA3 for ; Tue, 28 Nov 2017 07:41:35 +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 95B1033C770 for ; Tue, 28 Nov 2017 07:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313CCAA31 for ; Tue, 28 Nov 2017 07:41:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1511854861.a4addd04c4f6233c75589c49fa28ee0e5d82c03f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcdio/libcdio-1.0.0-r1.ebuild X-VCS-Directories: dev-libs/libcdio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a4addd04c4f6233c75589c49fa28ee0e5d82c03f X-VCS-Branch: master Date: Tue, 28 Nov 2017 07:41:33 +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: 4312db2e-af22-445d-885a-a192e3cc49e9 X-Archives-Hash: d4b7c4bee8d9b2dfef07b946e88bfc53 commit: a4addd04c4f6233c75589c49fa28ee0e5d82c03f Author: Michał Górny gentoo org> AuthorDate: Tue Nov 28 07:41:01 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 28 07:41:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4addd04 dev-libs/libcdio: [QA] Revert "DOCS to array" This uses filename expansion in global scope, crashing every package manager out there. dev-libs/libcdio/libcdio-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild index 3b6318cb45b..f640893a0e6 100644 --- a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild +++ b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} test? ( dev-lang/perl ) " -DOCS=( AUTHORS ChangeLog NEWS README* THANKS TODO ) +DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO" MULTILIB_WRAPPED_HEADERS=( /usr/include/cdio/cdio_config.h