diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-05-12 16:40:54 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-05-13 18:05:21 +0200 |
commit | 894302736f4d74d5d19de8f15afb9d1208f118fe (patch) | |
tree | 61cafea4dabc994e734e42b2d5c86602b1296647 /dev-util/android-studio | |
parent | dev-texlive/texlive-publishers: Fix LICENSE, OFL-1.1 instead of OFL (diff) | |
download | gentoo-894302736f4d74d5d19de8f15afb9d1208f118fe.tar.gz gentoo-894302736f4d74d5d19de8f15afb9d1208f118fe.tar.bz2 gentoo-894302736f4d74d5d19de8f15afb9d1208f118fe.zip |
dev-util/android-studio: Fix LICENSE, OFL-1.1 instead of OFL
Bug: https://bugs.gentoo.org/931823
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-util/android-studio')
-rw-r--r-- | dev-util/android-studio/android-studio-2023.1.1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/android-studio/android-studio-2023.1.1.22.ebuild b/dev-util/android-studio/android-studio-2023.1.1.22.ebuild index cbe5325ea617..fe83704c68d6 100644 --- a/dev-util/android-studio/android-studio-2023.1.1.22.ebuild +++ b/dev-util/android-studio/android-studio-2023.1.1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ SRC_URI="https://redirector.gvt1.com/edgedl/android/studio/ide-zips/${PV}/${P}-l 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 ZLIB" + MPL-1.1 MPL-2.0 NPL-1.1 OFL-1.1 ZLIB" SLOT="0" IUSE="selinux" KEYWORDS="~amd64" |