blob: be39df864f30dc6881bacc21dd370bfcbb5eb8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
BDEPEND=>=dev-lang/go-1.10
DEFINED_PHASES=compile install postinst test unpack
DEPEND=keyring? ( app-crypt/libsecret )
DESCRIPTION=Suite of programs to use native stores to keep Docker credentials safe
EAPI=7
HOMEPAGE=https://github.com/docker/docker-credential-helpers
INHERIT=golang-vcs-snapshot golang-build
IUSE=keyring pass
KEYWORDS=amd64 arm64
LICENSE=MIT
RDEPEND=keyring? ( app-crypt/libsecret ) pass? ( app-admin/pass )
REQUIRED_USE=|| ( keyring pass )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/docker/docker-credential-helpers/archive/v0.6.3.tar.gz -> docker-credential-helpers-0.6.3.tar.gz
_eclasses_=golang-base 9f0e420ab37bc55a318d74bab3aae891 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 6fd39acbf24c776ce550a3335d451ace golang-vcs-snapshot 85de4c0ee156326f54c6d16f8ab529d1 golang-build b689e250dc38d720b04019511cd5806f
_md5_=7650c2ca8d06199aeae16f3edace59f3
|