commit:     f95c0916c985476d63c85fb3e794130594be084b
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 18:13:22 2021 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 18:13:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95c0916

dev-util/android-studio: hack around portage deficiency with hard blocker

Portage should handle unlinking symlinks it owns before clashing with
directories it is about to install, but it doesn't, so hack around it
with this.

Closes: https://bugs.gentoo.org/815118
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 dev-util/android-studio/android-studio-2020.3.1.24.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/android-studio/android-studio-2020.3.1.24.ebuild 
b/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
index 041c8f1caa0..17e17839113 100644
--- a/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
+++ b/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
@@ -63,6 +63,7 @@ RDEPEND="${DEPEND}
        >=x11-libs/libxcb-1.9.1
        >=x11-libs/libxshmfence-1.1
        virtual/libcrypt:=
+       !!<dev-util/android-studio-2020.3.1.24
 "
 
 S=${WORKDIR}/${PN}

Reply via email to