Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
Date: Sun, 18 Jun 2017 16:23:05
Message-Id: 1497802957.cb5e4f10f2928d59d6d938f081c48304b5e7b5bf.mattst88@gentoo
1 commit: cb5e4f10f2928d59d6d938f081c48304b5e7b5bf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 16:07:37 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:22:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5e4f10
7
8 www-misc/fcgiwrap: Drop empty KEYWORDS assignments
9
10 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 2 --
11 www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 2 --
12 2 files changed, 4 deletions(-)
13
14 diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
15 index a84805d905e..57be4d7bebf 100644
16 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
17 +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
18 @@ -15,8 +15,6 @@ IUSE="systemd"
19
20 if [[ ${PV} == *9999* ]]; then
21 EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
22 -
23 - KEYWORDS=""
24 else
25 SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 KEYWORDS="amd64 ~arm x86"
27
28 diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
29 index 5158f96c498..fc8faa33fce 100644
30 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
31 +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
32 @@ -15,8 +15,6 @@ IUSE="systemd"
33
34 if [[ ${PV} == *9999* ]]; then
35 EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
36 -
37 - KEYWORDS=""
38 else
39 SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 KEYWORDS="~amd64 ~arm ~x86"