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 8DB801382C5 for ; Thu, 4 Jan 2018 16:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1046E0932; Thu, 4 Jan 2018 16:52:30 +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 7C386E0932 for ; Thu, 4 Jan 2018 16:52:30 +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 34B1C335C0C for ; Thu, 4 Jan 2018 16:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C40C5147 for ; Thu, 4 Jan 2018 16:52:27 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515084735.3ec1e1fd4cfa0290c099e14dda2552ea1de05ec9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/axtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/axtls/axtls-2.1.3.ebuild X-VCS-Directories: net-libs/axtls/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3ec1e1fd4cfa0290c099e14dda2552ea1de05ec9 X-VCS-Branch: master Date: Thu, 4 Jan 2018 16:52:27 +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-Archives-Salt: ce0879f6-b124-4555-a2cb-f46505e83a61 X-Archives-Hash: 141746cc86afed3ddf6899bcd7825ad7 commit: 3ec1e1fd4cfa0290c099e14dda2552ea1de05ec9 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jan 4 16:51:49 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jan 4 16:52:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec1e1fd net-libs/axtls: amd64 stable wrt bug #630760 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-libs/axtls/axtls-2.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/axtls/axtls-2.1.3.ebuild b/net-libs/axtls/axtls-2.1.3.ebuild index 48eafc5ea5b..28715dc93e1 100644 --- a/net-libs/axtls/axtls-2.1.3.ebuild +++ b/net-libs/axtls/axtls-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -40,7 +40,7 @@ S="${WORKDIR}/${PN}-code" LICENSE="BSD GPL-2" SLOT="0/1" -KEYWORDS="~amd64 arm ~arm64 hppa ~mips ppc ppc64 ~s390 ~sparc x86" +KEYWORDS="amd64 arm ~arm64 hppa ~mips ppc ppc64 ~s390 ~sparc x86" IUSE="httpd cgi-lua cgi-php static static-libs doc"