From: Manuel Rüger Date: Thu, 7 Feb 2019 10:50:48 +0000 (+0100) Subject: www-servers/caddy: Stabilize on amd64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=11105a0000909c57154aa5d27df98e191776c817;p=gentoo.git www-servers/caddy: Stabilize on amd64 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Manuel Rüger --- diff --git a/www-servers/caddy/caddy-0.10.11.ebuild b/www-servers/caddy/caddy-0.10.11.ebuild index 90366d4aca4c..bc2df356b5fb 100644 --- a/www-servers/caddy/caddy-0.10.11.ebuild +++ b/www-servers/caddy/caddy-0.10.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit golang-build golang-vcs-snapshot EGIT_COMMIT="v${PV}" ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS" HOMEPAGE="https://github.com/mholt/caddy"