commit:     04ca7d468553460ea77abd3ffb4247ac4901d4ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 20:35:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  7 07:42:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ca7d46

dev-games/newton: Remove unnecessary use of unpacker

Replace the unnecessary use of unpacker.eclass with built-in EAPI
unpacking.

Closes: https://github.com/gentoo/gentoo/pull/8290

 dev-games/newton/newton-3.13.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-games/newton/newton-3.13.ebuild 
b/dev-games/newton/newton-3.13.ebuild
index 8d1e3466db5..83b67791e5c 100644
--- a/dev-games/newton/newton-3.13.ebuild
+++ b/dev-games/newton/newton-3.13.ebuild
@@ -1,8 +1,8 @@
-# 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"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=""
-DEPEND="$(unpacker_src_uri_depends)"
+DEPEND="app-arch/unzip"
 
 S=${WORKDIR}/${MY_P}
 

Reply via email to