blob: b923c0d24c618595eadef38f6c48ecae81a50d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=>=dev-lang/go-1.12 app-arch/unzip virtual/pkgconfig
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=server? ( acct-group/etcd acct-user/etcd )
DESCRIPTION=Highly-available key value store for shared configuration and service discovery
EAPI=7
HOMEPAGE=https://github.com/etcd-io/etcd
INHERIT=go-module systemd tmpfiles
IUSE=doc +server
KEYWORDS=amd64
LICENSE=Apache-2.0 BSD BSD-2 MIT
RDEPEND=server? ( acct-group/etcd acct-user/etcd ) !dev-db/etcdctl virtual/tmpfiles
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/etcd-io/etcd/archive/v3.3.23.tar.gz -> etcd-3.3.23.tar.gz
_eclasses_=go-module 82631624a3653e595cf9c18164a8c500 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 4b66d835ec72e021e359bb81eacfe988 systemd 2736b403a83f194b59b767f3b344c2c1 tmpfiles 11d91b11caf3bbb725c7d9eba90335c8
_md5_=40c6294221c15447bf56b8344fac248d
|