dev-util/ios-webkit-debug-proxy: bump to 1.8.8

Package-Manager: Portage-3.0.17, Repoman-3.0.2
This commit is contained in:
Anton Schubert 2021-05-01 14:29:28 +02:00
parent 018f73ff73
commit 7d83ee3205
No known key found for this signature in database
GPG key ID: B8DDB0A46D2D8626
2 changed files with 3 additions and 3 deletions

View file

@ -1,26 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit autotools
DESCRIPTION="A DevTools proxy for iOS devices"
HOMEPAGE="https://github.com/google/ios-webkit-debug-proxy"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64"
SLOT="0"
DEPEND="
>=app-pda/libimobiledevice-1.2.1_pre
>=app-pda/usbmuxd-1.1.1_pre
app-pda/libplist
app-pda/libusbmuxd"
RDEPEND="${DEPEND}"
src_prepare(){
default
eautoreconf
}