diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-06 22:53:50 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-06-06 23:00:13 +0200 |
commit | 76323c0e103d1f015bf51e4837eef49183ae90ad (patch) | |
tree | dd469bc2dc41b031aec1a86773dcbc9eefaf99d0 /sys-apps/file/file-9999.ebuild | |
parent | sys-apps/file: Install /usr/share/misc/magic (diff) | |
download | gentoo-76323c0e103d1f015bf51e4837eef49183ae90ad.tar.gz gentoo-76323c0e103d1f015bf51e4837eef49183ae90ad.tar.bz2 gentoo-76323c0e103d1f015bf51e4837eef49183ae90ad.zip |
sys-apps/file: Upstream has renamed/removed python/README
...via https://github.com/file/file/commit/7b9ebec809090989c58dec31121da1e458d737cc
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-apps/file/file-9999.ebuild')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 74264b9da48d..72de11bc5919 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -41,7 +41,7 @@ src_prepare() { elibtoolize # don't let python README kill main README #60043 - mv python/README{,.python} || die + mv python/README.md README.python || die } multilib_src_configure() { |