Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/
Date: Wed, 25 Jul 2018 11:55:43
Message-Id: 1532519727.8b66dfac4898666bd95c77dde05e1f0b973f4b42.polynomial-c@gentoo
1 commit: 8b66dfac4898666bd95c77dde05e1f0b973f4b42
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 11:55:27 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 11:55:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b66dfac
7
8 sys-apps/file: Fixed installation with USE="python"
9
10 Closes: https://bugs.gentoo.org/662090
11 Package-Manager: Portage-2.3.43, Repoman-2.3.10
12
13 sys-apps/file/file-5.34.ebuild | 3 ++-
14 sys-apps/file/file-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/file/file-5.34.ebuild b/sys-apps/file/file-5.34.ebuild
18 index 536dd456e9b..848fa28a482 100644
19 --- a/sys-apps/file/file-5.34.ebuild
20 +++ b/sys-apps/file/file-5.34.ebuild
21 @@ -40,7 +40,8 @@ src_prepare() {
22 elibtoolize
23
24 # don't let python README kill main README #60043
25 - mv python/README.md README.python.md || die
26 + mv python/README.md python/README.python.md || die
27 + sed 's@××××××.md@README.python.md@' -i python/setup.py || die #662090
28 }
29
30 multilib_src_configure() {
31
32 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
33 index f346e1b700a..8bdee5d348a 100644
34 --- a/sys-apps/file/file-9999.ebuild
35 +++ b/sys-apps/file/file-9999.ebuild
36 @@ -41,7 +41,8 @@ src_prepare() {
37 elibtoolize
38
39 # don't let python README kill main README #60043
40 - mv python/README.md README.python.md || die
41 + mv python/README.md python/README.python.md || die
42 + sed 's@××××××.md@README.python.md@' -i python/setup.py || die #662090
43 }
44
45 multilib_src_configure() {