Skip to content

Commit

Permalink
app-vim/airline: Stable for amd64. Retroactively mark stable for the …
Browse files Browse the repository at this point in the history
…remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Aug 25, 2016
1 parent 7cad610 commit 468f788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-vim/airline/airline-0.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
# $Id$

EAPI=5

inherit vim-plugin

if [[ ${PV} != 9999* ]] ; then
MY_PN=vim-${PN}
MY_P=${MY_PN}-${PV}
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S=${WORKDIR}/${MY_P}
KEYWORDS="amd64 x86"
S="${WORKDIR}/${MY_P}"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git"
Expand Down

0 comments on commit 468f788

Please sign in to comment.