diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 16:30:28 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 17:06:30 -0700 |
commit | a1d2f6d88e7c216f51bfdb46393d8f24459c25dd (patch) | |
tree | 2befc71a352ee3f805a526f9c54cb695665192c1 /dev-lang/solidity | |
parent | dev-games/physfs: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-a1d2f6d88e7c216f51bfdb46393d8f24459c25dd.tar.gz gentoo-a1d2f6d88e7c216f51bfdb46393d8f24459c25dd.tar.bz2 gentoo-a1d2f6d88e7c216f51bfdb46393d8f24459c25dd.zip |
dev-lang/solidity: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'dev-lang/solidity')
-rw-r--r-- | dev-lang/solidity/solidity-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/solidity/solidity-0.4.2.ebuild b/dev-lang/solidity/solidity-0.4.2.ebuild index 31af5a591f47..7deebb0fb767 100644 --- a/dev-lang/solidity/solidity-0.4.2.ebuild +++ b/dev-lang/solidity/solidity-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ DEPEND="dev-libs/jsoncpp:= RDEPEND="${DEPEND}" src_prepare() { - default + cmake-utils_src_prepare # The build won't work without this file but it is missing from # the release tarball. |