blob: 719384d987a1c1b144eeced1ed89c032d9aebdcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=>=dev-lang/go-1.20:= 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=8
HOMEPAGE=https://github.com/etcd-io/etcd
INHERIT=go-module systemd tmpfiles
IUSE=doc +server
KEYWORDS=~amd64 ~loong ~riscv
LICENSE=Apache-2.0 BSD BSD-2 MIT
RDEPEND=server? ( acct-group/etcd acct-user/etcd ) virtual/tmpfiles
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/etcd-io/etcd/archive/v3.5.15.tar.gz -> etcd-3.5.15.tar.gz https://dev.gentoo.org/~zmedico/dist/etcd-3.5.15-deps.tar.xz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d systemd c8b03e8df84486aa991d4396686e8942 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f
_md5_=cd8b619eca63a7e09fc6f8489e939a6e
|