diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-11-16 13:30:57 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-11-16 13:56:52 +0800 |
commit | 0f9aa911f88e5ceccbcff4e7ed460c363db2d576 (patch) | |
tree | be5b8c6b66f6c39a79c3b4b7cbc375bdbb0e0827 /app-pda | |
parent | app-text/ebook-tools: keyword 0.2.2-r2 for ~loong (diff) | |
download | gentoo-0f9aa911f88e5ceccbcff4e7ed460c363db2d576.tar.gz gentoo-0f9aa911f88e5ceccbcff4e7ed460c363db2d576.tar.bz2 gentoo-0f9aa911f88e5ceccbcff4e7ed460c363db2d576.zip |
app-pda/libimobiledevice: keyword 1.3.0-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild index 513f04634183..e950cab377b7 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/libimobiledevice/libimobiledevice/releases/download/ # While COPYING* doesn't mention 'or any later version', all the headers do, hence use + LICENSE="GPL-2+ LGPL-2.1+" SLOT="0/1.0-6" # based on SONAME of libimobiledevice-1.0.so -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86" IUSE="doc gnutls python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |