From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B10C138359 for ; Sat, 25 Jul 2020 18:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFAD7E0835; Sat, 25 Jul 2020 18:30:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9466BE0835 for ; Sat, 25 Jul 2020 18:30:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57AD334F2DE for ; Sat, 25 Jul 2020 18:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9830327F for ; Sat, 25 Jul 2020 18:30:07 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1595701797.3379452d2d46b2c0bd81aa496b5351bec8ef389c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-19.03.8.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3379452d2d46b2c0bd81aa496b5351bec8ef389c X-VCS-Branch: master Date: Sat, 25 Jul 2020 18:30:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34538763-d419-4687-bea6-7cd6d405f720 X-Archives-Hash: 052fa3dde6ced950f84e0e1368a56e77 commit: 3379452d2d46b2c0bd81aa496b5351bec8ef389c Author: Jakov Smolic sartura hr> AuthorDate: Wed Jul 1 07:44:13 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jul 25 18:29:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3379452d app-emulation/docker: update HOMEPAGE Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/16523 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/docker/docker-19.03.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker/docker-19.03.8.ebuild b/app-emulation/docker/docker-19.03.8.ebuild index d411d5ad293..bbd322f7478 100644 --- a/app-emulation/docker/docker-19.03.8.ebuild +++ b/app-emulation/docker/docker-19.03.8.ebuild @@ -21,7 +21,7 @@ fi inherit bash-completion-r1 golang-base linux-info systemd udev DESCRIPTION="The core functions you need to create Docker images and run Docker containers" -HOMEPAGE="https://dockerproject.org" +HOMEPAGE="https://www.docker.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="apparmor aufs btrfs +container-init device-mapper hardened +overlay seccomp"