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 96CDD138334 for ; Wed, 31 Oct 2018 19:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B4C3E08DB; Wed, 31 Oct 2018 19:00:57 +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 20888E08DB for ; Wed, 31 Oct 2018 19:00:56 +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 82390335CA6 for ; Wed, 31 Oct 2018 19:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13518440 for ; Wed, 31 Oct 2018 19:00:52 +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: <1541012432.c8ce474d4606ca31ccf84b1d7f51c3e49eddb475.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spsdeclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild X-VCS-Directories: dev-libs/spsdeclib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8ce474d4606ca31ccf84b1d7f51c3e49eddb475 X-VCS-Branch: master Date: Wed, 31 Oct 2018 19:00:52 +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: 339b6c8f-1777-4a69-966d-b72f4cd46afd X-Archives-Hash: 18d9224834def03fbffd3c2985965020 commit: c8ce474d4606ca31ccf84b1d7f51c3e49eddb475 Author: Conrad Kostecki kostecki com> AuthorDate: Wed Oct 31 13:43:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 31 19:00:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ce474d dev-libs/spsdeclib: fix dodoc failed Closes: https://bugs.gentoo.org/669988 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10311 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild index da942dd943d..013853297f0 100644 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild +++ b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild @@ -17,7 +17,7 @@ DEPEND="app-arch/unzip" S="${WORKDIR}/capsimg_source_linux_macosx/CAPSImg" -DOCS=( "${WORKDIR}/{DONATIONS,HISTORY,RELEASE}.txt" ) +DOCS=( "${WORKDIR}"/{DONATIONS,HISTORY,RELEASE}.txt ) PATCHES=( "${FILESDIR}"/add_symlink.patch )