diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-21 18:59:35 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-21 18:59:35 +0200 |
commit | 2e9e15ab8d6210065148ed93f1d25b2565912179 (patch) | |
tree | 8df8343beaae2cfe74ebb1a46a218ab42eed0a9a /app-pda | |
parent | app-pda/libimobiledevice-glue: Keyword 1.1.0 s390, #927405 (diff) | |
download | gentoo-2e9e15ab8d6210065148ed93f1d25b2565912179.tar.gz gentoo-2e9e15ab8d6210065148ed93f1d25b2565912179.tar.bz2 gentoo-2e9e15ab8d6210065148ed93f1d25b2565912179.zip |
app-pda/libusbmuxd: Keyword 2.0.2-r2 s390, #927405
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild index ecc027368941..4ab4104d5754 100644 --- a/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.ebuild +++ b/app-pda/libusbmuxd/libusbmuxd-2.0.2-r2.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.libimobiledevice.org/" SRC_URI="https://cgit.libimobiledevice.org/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2.1+" # tools/*.c is GPL-2+, rest is LGPL-2.1+ SLOT="0/2.0-6" # based on SONAME of libusbmuxd-2.0.so -KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~s390 x86" IUSE="static-libs" RDEPEND=" |