commit: b39bca4dc63fbc53a3346e50180ed216354231ff Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Mon Aug 2 00:36:15 2021 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Mon Aug 2 00:44:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39bca4d
mail-client/roundcube: remove Makefile in -9999 Closes: https://bugs.gentoo.org/802411 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> mail-client/roundcube/roundcube-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/roundcube/roundcube-9999.ebuild b/mail-client/roundcube/roundcube-9999.ebuild index 9052cdcb124..e63578dfa2c 100644 --- a/mail-client/roundcube/roundcube-9999.ebuild +++ b/mail-client/roundcube/roundcube-9999.ebuild @@ -59,6 +59,7 @@ src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack pushd "${S}" > /dev/null || die + rm Makefile || die mv composer.json-dist composer.json || die composer install --no-dev || die ./bin/install-jsdeps.sh || die
