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 00E1613835A for ; Tue, 6 Apr 2021 01:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10624E08BF; Tue, 6 Apr 2021 01:02:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DAC18E08BD for ; Tue, 6 Apr 2021 01:02:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B7D28340D72 for ; Tue, 6 Apr 2021 01:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67BCB642 for ; Tue, 6 Apr 2021 01:02:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1617670936.3a886b73bbe7d2c5b89ff15f9983df8fc4235c5b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/civetweb/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/civetweb/civetweb-1.12.ebuild X-VCS-Directories: www-servers/civetweb/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3a886b73bbe7d2c5b89ff15f9983df8fc4235c5b X-VCS-Branch: master Date: Tue, 6 Apr 2021 01:02:22 +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: 5ff7253b-8750-4288-bf1e-54be83cc338c X-Archives-Hash: 9409c286fbfa379521706afd942d563a commit: 3a886b73bbe7d2c5b89ff15f9983df8fc4235c5b Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Apr 6 01:02:16 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Apr 6 01:02:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a886b73 www-servers/civetweb: amd64 stable (bug #768675) Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> www-servers/civetweb/civetweb-1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/civetweb/civetweb-1.12.ebuild b/www-servers/civetweb/civetweb-1.12.ebuild index 0a3c8d5219d..3e2f8cd4af8 100644 --- a/www-servers/civetweb/civetweb-1.12.ebuild +++ b/www-servers/civetweb/civetweb-1.12.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/civetweb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="cxx +server ssl" RDEPEND="ssl? ( dev-libs/openssl:0= )"