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 59F6E139696 for ; Sun, 18 Jun 2017 16:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50EFA254010; Sun, 18 Jun 2017 16:23:03 +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 2BF6E254010 for ; Sun, 18 Jun 2017 16:23:03 +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 10F1C3419D0 for ; Sun, 18 Jun 2017 16:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E3367487 for ; Sun, 18 Jun 2017 16:23:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1497802957.cb5e4f10f2928d59d6d938f081c48304b5e7b5bf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild www-misc/fcgiwrap/fcgiwrap-9999.ebuild X-VCS-Directories: www-misc/fcgiwrap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cb5e4f10f2928d59d6d938f081c48304b5e7b5bf X-VCS-Branch: master Date: Sun, 18 Jun 2017 16:23:00 +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: 6ae1a7db-0a90-40e1-b597-c4335823c9e1 X-Archives-Hash: 329bcd502f78419a575bd0087ffb69e0 commit: cb5e4f10f2928d59d6d938f081c48304b5e7b5bf Author: Matt Turner gentoo org> AuthorDate: Sun Jun 18 16:07:37 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 18 16:22:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5e4f10 www-misc/fcgiwrap: Drop empty KEYWORDS assignments www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 2 -- www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild index a84805d905e..57be4d7bebf 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild @@ -15,8 +15,6 @@ IUSE="systemd" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" - - KEYWORDS="" else SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 ~arm x86" diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index 5158f96c498..fc8faa33fce 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -15,8 +15,6 @@ IUSE="systemd" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" - - KEYWORDS="" else SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86"