diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-08-01 20:36:15 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-08-01 20:44:51 -0400 |
commit | b39bca4dc63fbc53a3346e50180ed216354231ff (patch) | |
tree | f4afa51f14f6be813d304991ce0bcef454443ffa /mail-client | |
parent | net-libs/webkit-gtk: Keyword 2.32.3 ppc, #775791 (diff) | |
download | gentoo-b39bca4dc63fbc53a3346e50180ed216354231ff.tar.gz gentoo-b39bca4dc63fbc53a3346e50180ed216354231ff.tar.bz2 gentoo-b39bca4dc63fbc53a3346e50180ed216354231ff.zip |
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@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/roundcube-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/roundcube/roundcube-9999.ebuild b/mail-client/roundcube/roundcube-9999.ebuild index 9052cdcb124f..e63578dfa2c6 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 |