Skip to content

Commit

Permalink
dev-games/newton: Remove unnecessary use of unpacker
Browse files Browse the repository at this point in the history
Replace the unnecessary use of unpacker.eclass with built-in EAPI
unpacking.

Closes: gentoo#8290
  • Loading branch information
mgorny committed May 7, 2018
1 parent bda6d06 commit 04ca7d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-games/newton/newton-3.13.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
IUSE=""

RDEPEND=""
DEPEND="$(unpacker_src_uri_depends)"
DEPEND="app-arch/unzip"

S=${WORKDIR}/${MY_P}

Expand Down

0 comments on commit 04ca7d4

Please sign in to comment.