Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
Date: Sat, 09 Jun 2018 21:58:54
Message-Id: 1528581519.53509321ce320488c399003a2975d6aa9443d25e.monsieurp@gentoo
1 commit: 53509321ce320488c399003a2975d6aa9443d25e
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 8 10:27:53 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 9 21:58:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53509321
7
8 app-vim/airline: stable for amd64+x86.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/airline/airline-0.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/airline/airline-0.9.ebuild b/app-vim/airline/airline-0.9.ebuild
16 index 2b0d045e241..66e1c77f5de 100644
17 --- a/app-vim/airline/airline-0.9.ebuild
18 +++ b/app-vim/airline/airline-0.9.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} != 9999* ]] ; then
20 MY_PN=vim-${PN}
21 MY_P=${MY_PN}-${PV}
22 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86"
24 + KEYWORDS="amd64 x86"
25 S=${WORKDIR}/${MY_P}
26 else
27 inherit git-r3