diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-21 18:00:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-21 18:00:10 +0100 |
commit | 265dbe5dbc14c199299496c6db8fce3f76647015 (patch) | |
tree | ab18b5617d138f6684566b619405090989d55a2c /net-p2p/go-ethereum | |
parent | 586819755b4dbfdffdc8a725ab7c0f86095b8489 (diff) |
gentoo resync : 21.09.2018
Diffstat (limited to 'net-p2p/go-ethereum')
-rw-r--r-- | net-p2p/go-ethereum/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/go-ethereum/go-ethereum-1.8.15.ebuild (renamed from net-p2p/go-ethereum/go-ethereum-1.8.2.ebuild) | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-p2p/go-ethereum/Manifest b/net-p2p/go-ethereum/Manifest index 3a6bb0c8b56c..b60803dddd34 100644 --- a/net-p2p/go-ethereum/Manifest +++ b/net-p2p/go-ethereum/Manifest @@ -1,3 +1,3 @@ -DIST go-ethereum-1.8.2.tar.gz 9129180 BLAKE2B 8a1e841c8c9f0c0f0adcb08610996c0a06b0133aae89fc0b67543a4aa6d0209b9dbb5b5cff5fc83eb62f7b00ff650cedb7823d640fe4d222698063c8d818f1d5 SHA512 d09bb18098e866ecbabf8e5b796e1a93c125556525b55eaddc2ec870ea84ca861feab3f56b83f31adf9e5d4001df6f2045b82b9224a6017cc6791be04d202271 -EBUILD go-ethereum-1.8.2.ebuild 865 BLAKE2B 3eb8f8cd9d51ddd8339e792d745468447bf5486fb41f32c5f4aca2e29c29d0189dbc835ea9063d478e7f0e0c0cbe8f5d4d82791750702457e05ac7026e61b2f2 SHA512 493196e5bcbec31aaa8945b6cf0a903f4ae6bd51d07b62988de50a740f0ec2007f0441c6ef497144225fe9a3c8ff3537963763b5b5b95c5a13d4799e147d00ac +DIST go-ethereum-1.8.15.tar.gz 11101556 BLAKE2B 19c92a473be363da3070cc6d264e2826b05430ed22fab2fa2567baaea3bd03f056d540639fc9f247cf3d45ded30ef28e5611f4eb0fda36324d46a0e1dad0e581 SHA512 d542881cbc2712eb35d327f26e14384fcfd273cfc9ee2b231c2a59bd1db18297a8444443551c186aa4942af2b5143e062845dcb2fa7c1daba50a6158a4ffe57f +EBUILD go-ethereum-1.8.15.ebuild 970 BLAKE2B 2b4e61d99aa4ff9f60c4ea46194c3a99bed11416ad3bcd405417397a81219fc9d0fda0dffbd8aa97dc02171382068b2ee81a6b4915ddf543844fd97f29b13225 SHA512 4a8afa8f3358bb52a0768e407e29540e8cdd60a3e9bec444a39ba08c3cc46f3a87cbc32333170277d8b4f4105b1d8520a04711c1734043c8480e4d96604b9905 MISC metadata.xml 619 BLAKE2B c425c01f78c66b3c6b0bb4109cad466a9fd5a53ff982aa01c19609836a309e2ebea40c14a5cf850b32f2e3c8f632fca667c864af6e64bfe1738548442464e3bc SHA512 4cd641e4ac75451298d45e0fc37f93b5527d2aa567f1350cd48c02f7a0fd203f4c394e089fddb14ffb1365de98dd31b813ce7c268096054e01e1efbab1310419 diff --git a/net-p2p/go-ethereum/go-ethereum-1.8.2.ebuild b/net-p2p/go-ethereum/go-ethereum-1.8.15.ebuild index 6fc3806ae756..74e968bc7959 100644 --- a/net-p2p/go-ethereum/go-ethereum-1.8.2.ebuild +++ b/net-p2p/go-ethereum/go-ethereum-1.8.15.ebuild @@ -19,6 +19,9 @@ DEPEND="dev-lang/go:= " RDEPEND="${DEPEND}" +# Does all kinds of wonky stuff like connecting to Docker daemon, network activity, ... +RESTRICT="test" + src_compile() { use opencl && export GO_OPENCL=true |