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 CF986138334 for ; Thu, 4 Jul 2019 12:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D24FE0894; Thu, 4 Jul 2019 12:56:07 +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 53FA3E0894 for ; Thu, 4 Jul 2019 12:56:07 +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 A7EEC346FED for ; Thu, 4 Jul 2019 12:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BCFF615 for ; Thu, 4 Jul 2019 12:56:03 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1562244647.98276ed82676e35de2b45e7bfc44fa01f98eb19f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/tomcat-native/tomcat-native-1.2.21.ebuild X-VCS-Directories: dev-java/tomcat-native/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 98276ed82676e35de2b45e7bfc44fa01f98eb19f X-VCS-Branch: master Date: Thu, 4 Jul 2019 12:56:03 +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: 9b3e7ba9-d3bb-4fc4-bda2-bfff231790e7 X-Archives-Hash: 2519cc383de3354df89f0219a0df424e commit: 98276ed82676e35de2b45e7bfc44fa01f98eb19f Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jul 4 12:50:47 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jul 4 12:50:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98276ed8 dev-java/tomcat-native-1.2.21: amd64 stable Package-Manager: Portage-2.3.68, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Miroslav Šulc gentoo.org> dev-java/tomcat-native/tomcat-native-1.2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/tomcat-native/tomcat-native-1.2.21.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.21.ebuild index 0db3cc71d61..fb46a0bf4e2 100644 --- a/dev-java/tomcat-native/tomcat-native-1.2.21.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.2.21.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Allows Tomcat to use certain native resources for better performanc HOMEPAGE="https://tomcat.apache.org/" SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="Apache-2.0" SLOT="0" IUSE="static-libs test"