diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-10 17:46:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-10 17:46:13 +0100 |
commit | 561b1c1a51037e84ff4c644a4ffbf0953c7430c1 (patch) | |
tree | 5a2d5233813a707cd043a4e3cbdac7f677eb4f29 /app-pda/libimobiledevice | |
parent | net-libs/xrootd: Stabilize 5.6.7 x86, #926607 (diff) | |
download | gentoo-561b1c1a51037e84ff4c644a4ffbf0953c7430c1.tar.gz gentoo-561b1c1a51037e84ff4c644a4ffbf0953c7430c1.tar.bz2 gentoo-561b1c1a51037e84ff4c644a4ffbf0953c7430c1.zip |
app-pda/libimobiledevice: Stabilize 1.3.0-r4 amd64, #926697
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.3.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r4.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r4.ebuild index 2f506adc337c..ec52e41cd9ab 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0-r4.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0-r4.ebuild @@ -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 ~loong ~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} )" |