Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/nginx_ensite/
Date: Sat, 26 Dec 2015 13:32:12
Message-Id: 1451136716.3baa70977a8b088c7d8914e38066c6426540feb8.mrueg@gentoo
1 commit: 3baa70977a8b088c7d8914e38066c6426540feb8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 13:31:56 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 13:31:56 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3baa7097
7
8 www-apps/nginx_ensite: Remove accidentally set keyword in live ebuild
9
10 Package-Manager: portage-2.2.26
11
12 www-apps/nginx_ensite/nginx_ensite-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/nginx_ensite/nginx_ensite-9999.ebuild b/www-apps/nginx_ensite/nginx_ensite-9999.ebuild
16 index 7d59892..2855417 100644
17 --- a/www-apps/nginx_ensite/nginx_ensite-9999.ebuild
18 +++ b/www-apps/nginx_ensite/nginx_ensite-9999.ebuild
19 @@ -13,7 +13,7 @@ DESCRIPTION="A script to enable or disable a site in nginx"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS=""
25 IUSE=""
26
27 src_install() {