Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/
Date: Mon, 27 Sep 2021 18:13:55
Message-Id: 1632766416.f95c0916c985476d63c85fb3e794130594be084b.zx2c4@gentoo
1 commit: f95c0916c985476d63c85fb3e794130594be084b
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 18:13:22 2021 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 18:13:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95c0916
7
8 dev-util/android-studio: hack around portage deficiency with hard blocker
9
10 Portage should handle unlinking symlinks it owns before clashing with
11 directories it is about to install, but it doesn't, so hack around it
12 with this.
13
14 Closes: https://bugs.gentoo.org/815118
15 Package-Manager: Portage-3.0.23, Repoman-3.0.3
16 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
17
18 dev-util/android-studio/android-studio-2020.3.1.24.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 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
22 index 041c8f1caa0..17e17839113 100644
23 --- a/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
24 +++ b/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
25 @@ -63,6 +63,7 @@ RDEPEND="${DEPEND}
26 >=x11-libs/libxcb-1.9.1
27 >=x11-libs/libxshmfence-1.1
28 virtual/libcrypt:=
29 + !!<dev-util/android-studio-2020.3.1.24
30 "
31
32 S=${WORKDIR}/${PN}