blob: 28926b79ff87c5a84a48911a5418acd54e8349c9 (
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 33e0f9ff6c6f053a3df2d38992afeb58 toolchain-funcs 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 90efbc8636d2f02d9654183330e84cf7 golang-vcs-snapshot dacb23628c2ff18d349878f599c078a5 golang-build 20e04694f8bbaef2664220cebb994a48
_md5_=7650c2ca8d06199aeae16f3edace59f3
|