remove ia64 keywords
[gentoo-zh.git] / app-pda / ipadcharge / ipadcharge-9999.ebuild
blobb7c1b6a81fa9ffa27480dc264a2f04da48c574ab
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit git-r3
8 DESCRIPTION="Enables USB charging for Apple devices."
9 HOMEPAGE="https://github.com/mkorenkov/ipad_charge"
10 EGIT_REPO_URI="https://github.com/mkorenkov/ipad_charge.git"
12 LICENSE="GPL-2"
13 SLOT="0"
15 DEPEND="virtual/libusb:1"
16 RDEPEND="${DEPEND}"
18 # TODO: fixed prestripped
19 QA_PRESTRIPPED="/usr/bin/ipad_charge"
21 src_prepare(){
22 default
23 eapply -p0 "${FILESDIR}/${PN}-9999-makefile.patch"