Replace the unnecessary use of unpacker.eclass with built-in EAPI
unpacking.
Closes: https://github.com/gentoo/gentoo/pull/8290
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils toolchain-funcs cmake-utils unpacker
+inherit eutils toolchain-funcs cmake-utils
MY_P="${PN}-dynamics-${P}"
DESCRIPTION="an integrated solution for real time simulation of physics environments"
IUSE=""
RDEPEND=""
-DEPEND="$(unpacker_src_uri_depends)"
+DEPEND="app-arch/unzip"
S=${WORKDIR}/${MY_P}