commit: cb5e4f10f2928d59d6d938f081c48304b5e7b5bf
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 16:07:37 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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"