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: Thu, 25 Aug 2016 20:58:31
Message-Id: 1472158683.468f788ff36ac500e88da08329f3a95d908b431b.monsieurp@gentoo
1 commit: 468f788ff36ac500e88da08329f3a95d908b431b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 20:08:33 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:58:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468f788f
7
8 app-vim/airline: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/airline/airline-0.8.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
16 index 926788e..001aee5 100644
17 --- a/app-vim/airline/airline-0.8.ebuild
18 +++ b/app-vim/airline/airline-0.8.ebuild
19 @@ -3,14 +3,15 @@
20 # $Id$
21
22 EAPI=5
23 +
24 inherit vim-plugin
25
26 if [[ ${PV} != 9999* ]] ; then
27 MY_PN=vim-${PN}
28 MY_P=${MY_PN}-${PV}
29 SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 - S=${WORKDIR}/${MY_P}
32 + KEYWORDS="amd64 x86"
33 + S="${WORKDIR}/${MY_P}"
34 else
35 inherit git-r3
36 EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git"