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 75EBD1395E3 for ; Sun, 20 Nov 2016 13:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B17E0C5D; Sun, 20 Nov 2016 13:05:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B990E0C5D for ; Sun, 20 Nov 2016 13:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FDBE3410E6 for ; Sun, 20 Nov 2016 13:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71DFD4A5 for ; Sun, 20 Nov 2016 13:04:56 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1479647051.640e9d0cad7e88e499f1fcad0d5cf4a66a1c58ca.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-1.4.42.ebuild X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 640e9d0cad7e88e499f1fcad0d5cf4a66a1c58ca X-VCS-Branch: master Date: Sun, 20 Nov 2016 13:04:56 +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: 0ca4da4c-2722-44bd-b795-f5eb6576b56c X-Archives-Hash: 3e52375e0e96e1ceb5b0bb5f465421c9 commit: 640e9d0cad7e88e499f1fcad0d5cf4a66a1c58ca Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Nov 20 13:04:11 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Nov 20 13:04:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640e9d0c www-servers/lighttpd: amd64 stable wrt bug #550458 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> www-servers/lighttpd/lighttpd-1.4.42.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.42.ebuild b/www-servers/lighttpd/lighttpd-1.4.42.ebuild index b68518b..42ad610 100644 --- a/www-servers/lighttpd/lighttpd-1.4.42.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.42.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev libressl lua minimal mmap memcached mysql pcre php rrdtool selinux ssl test webdav xattr zlib" REQUIRED_USE="kerberos? ( ssl !libressl )"