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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6182115808B for ; Fri, 27 Sep 2024 22:34:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71903E29E8; Fri, 27 Sep 2024 22:34:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51DEBE29E8 for ; Fri, 27 Sep 2024 22:34:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53F5C3430BE for ; Fri, 27 Sep 2024 22:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84EC7ACC for ; Fri, 27 Sep 2024 22:34:44 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1727476465.a88c4d94e6506592d2b6fbb4cf5e0b803eb73220.mpagano@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-2024.1.2.13.ebuild X-VCS-Directories: dev-util/android-studio/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: a88c4d94e6506592d2b6fbb4cf5e0b803eb73220 X-VCS-Branch: master Date: Fri, 27 Sep 2024 22:34:44 +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: 7a25e947-4b7b-4267-b6e0-80049b862367 X-Archives-Hash: 971f87f55cf0bb02d985ec219ab1ca5b commit: a88c4d94e6506592d2b6fbb4cf5e0b803eb73220 Author: Mike Pagano gentoo org> AuthorDate: Fri Sep 27 22:34:25 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Fri Sep 27 22:34:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88c4d94 dev-util/android-studio: Minor QA fixes Signed-off-by: Mike Pagano gentoo.org> dev-util/android-studio/android-studio-2024.1.2.13.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-util/android-studio/android-studio-2024.1.2.13.ebuild b/dev-util/android-studio/android-studio-2024.1.2.13.ebuild index d439dfd216d0..836e5a4556d1 100644 --- a/dev-util/android-studio/android-studio-2024.1.2.13.ebuild +++ b/dev-util/android-studio/android-studio-2024.1.2.13.ebuild @@ -5,8 +5,6 @@ EAPI=8 inherit desktop wrapper -RESTRICT="bindist mirror strip" - QA_PREBUILT=" opt/${PN}/bin/* opt/${PN}/jbr/bin/* @@ -34,13 +32,14 @@ QA_PREBUILT=" DESCRIPTION="Android development environment based on IntelliJ IDEA" HOMEPAGE="https://developer.android.com/studio" SRC_URI="https://redirector.gvt1.com/edgedl/android/studio/ide-zips/${PV}/${P}-linux.tar.gz" - +S=${WORKDIR}/${PN} LICENSE="Apache-2.0 android BSD BSD-2 CDDL-1.1 CPL-0.5 EPL-1.0 GPL-2 GPL-2+ JDOM IJG LGPL-2.1 MIT MPL-1.1 MPL-2.0 NPL-1.1 OFL-1.1 ZLIB" SLOT="0" -IUSE="selinux" KEYWORDS="~amd64" +IUSE="selinux" +RESTRICT="bindist mirror strip" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-android ) @@ -68,8 +67,6 @@ RDEPEND="${DEPEND} virtual/libcrypt:= " -S=${WORKDIR}/${PN} - src_compile() { :; }