Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/milo/
Date: Mon, 27 Nov 2017 11:24:22
Message-Id: 1511781632.c711ef8e0391a4149393e52ae81cb840e616c0a5.soap@gentoo
1 commit: c711ef8e0391a4149393e52ae81cb840e616c0a5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 10:44:44 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 11:20:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c711ef8e
7
8 sys-boot/milo: [QA] Do not install 'LICENSE'
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-boot/milo/milo-2.4.18.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
16 index 9c58de22f09..13fc8aca315 100644
17 --- a/sys-boot/milo/milo-2.4.18.ebuild
18 +++ b/sys-boot/milo/milo-2.4.18.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 inherit flag-o-matic eutils
25 @@ -213,7 +213,7 @@ src_install() {
26
27 cd ${S}/Documentation
28
29 - dodoc ChangeLog filesystem Nikita.Todo README.milo Todo LICENSE README.BSD Stuff WhatIsMilo \
30 + dodoc ChangeLog filesystem Nikita.Todo README.milo Todo README.BSD Stuff WhatIsMilo \
31 ${FILESDIR}/README-gentoo ${FILESDIR}/mkserial_no.c ${DISTDIR}/MILO-HOWTO
32
33 }