diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-20 11:45:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-20 11:45:03 +0200 |
commit | 2a7a5e6a8d5f29bf6b212bd4cd601152f7ffcac1 (patch) | |
tree | 81e214e4efcf141ed368bed43d8bb9d31b6ce5a1 /app-pda/usbmuxd | |
parent | app-vim/gentoo-syntax: Remove old (diff) | |
download | gentoo-2a7a5e6a8d5f29bf6b212bd4cd601152f7ffcac1.tar.gz gentoo-2a7a5e6a8d5f29bf6b212bd4cd601152f7ffcac1.tar.bz2 gentoo-2a7a5e6a8d5f29bf6b212bd4cd601152f7ffcac1.zip |
app-pda/usbmuxd: Stabilize 1.1.1-r2 amd64, #930276
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild index 0f7ab30b7dc5..f4a1cb43f5fa 100644 --- a/app-pda/usbmuxd/usbmuxd-1.1.1-r2.ebuild +++ b/app-pda/usbmuxd/usbmuxd-1.1.1-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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libimobiledevice/usbmuxd/releases/download/${PV}/${P # src/utils.h is LGPL-2.1+, rest is found in COPYING* LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="selinux systemd" DEPEND=" |