commit: d2865a76da25dd27c18c15ff9d1a5be31ec5965b Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Jan 13 20:44:03 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Jan 13 20:44:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2865a76
dev-ml/unidecode: rename binary Closes: https://bugs.gentoo.org/765337 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/unidecode/unidecode-0.4.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild index fc22748ce12..35cfaf39fd6 100644 --- a/dev-ml/unidecode/unidecode-0.4.0.ebuild +++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild @@ -21,3 +21,8 @@ DEPEND="test? ( dev-ml/ounit2 )" BDEPEND="" PATCHES=( "${FILESDIR}"/${P}-test.patch ) + +src_install() { + dune_src_install + mv "${D}"/usr/bin/unidecode{,-gw} || die +}
