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 55082138334 for ; Fri, 1 Jun 2018 08:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D1F6E085E; Fri, 1 Jun 2018 08:34: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 D6E55E085E for ; Fri, 1 Jun 2018 08:34:25 +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 562AB335C72 for ; Fri, 1 Jun 2018 08:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759CC2AF for ; Fri, 1 Jun 2018 08:34:22 +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: <1527841337.804a6e664a92e9d88605ecf9886f4529c9550ba3.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.16.ebuild X-VCS-Directories: dev-java/tomcat-native/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 804a6e664a92e9d88605ecf9886f4529c9550ba3 X-VCS-Branch: master Date: Fri, 1 Jun 2018 08:34: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-Archives-Salt: bb92ffab-ce86-4765-8c67-65699411653f X-Archives-Hash: 6d511ad0b9162d0a73639f51b2e3d9c9 commit: 804a6e664a92e9d88605ecf9886f4529c9550ba3 Author: Miroslav Šulc gentoo org> AuthorDate: Fri Jun 1 08:22:17 2018 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jun 1 08:22:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804a6e66 dev-java/tomcat-native-1.2.16: amd64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-java/tomcat-native/tomcat-native-1.2.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/tomcat-native/tomcat-native-1.2.16.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.16.ebuild index 032c45a2396..bebd7610370 100644 --- a/dev-java/tomcat-native/tomcat-native-1.2.16.ebuild +++ b/dev-java/tomcat-native/tomcat-native-1.2.16.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="5" @@ -10,7 +10,7 @@ DESCRIPTION="Native APR library for Tomcat" SLOT="0" SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" HOMEPAGE="https://tomcat.apache.org/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" LICENSE="Apache-2.0" IUSE="static-libs test"