Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ogmtools/
Date: Wed, 30 May 2018 00:27:49
Message-Id: 1527640054.fe39068d8e28d6850f29dbe47cfceceab5b52566.bman@gentoo
1 commit: fe39068d8e28d6850f29dbe47cfceceab5b52566
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 00:04:24 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 00:27:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe39068d
7
8 media-sound/ogmtools: fix einstalldocs
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/ogmtools/ogmtools-1.5-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
16 index 2abca8c77f1..56f8611e8a2 100644
17 --- a/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
18 +++ b/media-sound/ogmtools/ogmtools-1.5-r2.ebuild
19 @@ -35,6 +35,6 @@ src_install() {
20 dobin dvdxchap
21 fi
22
23 - einstalldocs ChangeLog README TODO
24 + einstalldocs
25 doman *.1
26 }