From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1FD7158017 for ; Mon, 27 Sep 2021 18:13:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 571ECE09B5; Mon, 27 Sep 2021 18:13:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42923E09B5 for ; Mon, 27 Sep 2021 18:13:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CAF1342B8C for ; Mon, 27 Sep 2021 18:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 054439B for ; Mon, 27 Sep 2021 18:13:53 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1632766416.f95c0916c985476d63c85fb3e794130594be084b.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/android-studio/android-studio-2020.3.1.24.ebuild X-VCS-Directories: dev-util/android-studio/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: f95c0916c985476d63c85fb3e794130594be084b X-VCS-Branch: master Date: Mon, 27 Sep 2021 18:13:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5087a0d1-f145-443c-a1fa-30aff1963da6 X-Archives-Hash: 881d76dc4dc5db70ca494dac60863199 commit: f95c0916c985476d63c85fb3e794130594be084b Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Sep 27 18:13:22 2021 +0000 Commit: Jason A. Donenfeld gentoo 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 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:= + !!