Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/id3lib/
Date: Sat, 18 Aug 2018 09:17:33
Message-Id: 1534583828.ed3b69fff7d16af008cc14836f2844c61af14040.asturm@gentoo
1 commit: ed3b69fff7d16af008cc14836f2844c61af14040
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 08:53:21 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 09:17:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3b69ff
7
8 media-libs/id3lib: DOCS to array
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 media-libs/id3lib/id3lib-3.8.3-r8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/id3lib/id3lib-3.8.3-r8.ebuild b/media-libs/id3lib/id3lib-3.8.3-r8.ebuild
16 index df3dc169a92..ca6e9eca543 100644
17 --- a/media-libs/id3lib/id3lib-3.8.3-r8.ebuild
18 +++ b/media-libs/id3lib/id3lib-3.8.3-r8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
26
27 RESTRICT="test"
28
29 -DOCS="AUTHORS ChangeLog HISTORY README THANKS TODO"
30 +DOCS=( AUTHORS ChangeLog HISTORY README THANKS TODO )
31
32 S=${WORKDIR}/${P/_}