Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spsdeclib/
Date: Wed, 31 Oct 2018 19:00:58
Message-Id: 1541012432.c8ce474d4606ca31ccf84b1d7f51c3e49eddb475.asturm@gentoo
1 commit: c8ce474d4606ca31ccf84b1d7f51c3e49eddb475
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Wed Oct 31 13:43:48 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 19:00:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ce474d
7
8 dev-libs/spsdeclib: fix dodoc failed
9
10 Closes: https://bugs.gentoo.org/669988
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Closes: https://github.com/gentoo/gentoo/pull/10311
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild
20 index da942dd943d..013853297f0 100644
21 --- a/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild
22 +++ b/dev-libs/spsdeclib/spsdeclib-5.1-r1.ebuild
23 @@ -17,7 +17,7 @@ DEPEND="app-arch/unzip"
24
25 S="${WORKDIR}/capsimg_source_linux_macosx/CAPSImg"
26
27 -DOCS=( "${WORKDIR}/{DONATIONS,HISTORY,RELEASE}.txt" )
28 +DOCS=( "${WORKDIR}"/{DONATIONS,HISTORY,RELEASE}.txt )
29
30 PATCHES=( "${FILESDIR}"/add_symlink.patch )