Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/go-ethereum/
Date: Thu, 06 Oct 2016 22:04:26
Message-Id: 1475791374.d4a1762644af951079bc89654cd6208da50583d5.soap@gentoo
1 commit: d4a1762644af951079bc89654cd6208da50583d5
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 6 22:02:54 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 22:02:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a17626
7
8 net-p2p/go-ethereum: Add subslot operator on dev-lang/go
9
10 Package-Manager: portage-2.3.1
11
12 .../{go-ethereum-1.4.16.ebuild => go-ethereum-1.4.16-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild b/net-p2p/go-ethereum/go-ethereum-1.4.16-r1.ebuild
16 similarity index 96%
17 rename from net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
18 rename to net-p2p/go-ethereum/go-ethereum-1.4.16-r1.ebuild
19 index 365b89d..e5c4fb7 100644
20 --- a/net-p2p/go-ethereum/go-ethereum-1.4.16.ebuild
21 +++ b/net-p2p/go-ethereum/go-ethereum-1.4.16-r1.ebuild
22 @@ -13,7 +13,7 @@ SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24 IUSE="evm"
25
26 -DEPEND="dev-lang/go"
27 +DEPEND="dev-lang/go:="
28 RDEPEND="${DEPEND}"
29
30 src_compile() {