diff options
author | William Hubbs <williamh@gentoo.org> | 2017-01-23 08:00:15 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-01-23 08:02:48 -0600 |
commit | 5ba44360bb6c42b4ec3c300956a66e78425cf7a3 (patch) | |
tree | 22b621d8fe1461e84f48c8faabc423ec38a62c2b /app-emulation | |
parent | dev-cpp/libbinio: amd64 stable wrt bug #606842 (diff) | |
download | gentoo-5ba44360bb6c42b4ec3c300956a66e78425cf7a3.tar.gz gentoo-5ba44360bb6c42b4ec3c300956a66e78425cf7a3.tar.bz2 gentoo-5ba44360bb6c42b4ec3c300956a66e78425cf7a3.zip |
app-emulation/docker: stabilize 1.12.6
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-1.12.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-1.12.6.ebuild b/app-emulation/docker/docker-1.12.6.ebuild index 9b95906fb954..38db4e0fa52c 100644 --- a/app-emulation/docker/docker-1.12.6.ebuild +++ b/app-emulation/docker/docker-1.12.6.ebuild @@ -16,7 +16,7 @@ else DOCKER_GITCOMMIT="78d1802" EGIT_COMMIT="v${MY_PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!" inherit golang-vcs-snapshot fi |