diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-12-20 14:08:55 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-12-20 14:08:55 +0100 |
commit | 386fb861fc82615f425b4193ea39a07d39735ba8 (patch) | |
tree | bdff7646f64c95234d6f8ceed5c7047fd296a223 /app-editors | |
parent | app-emulation/lxc: amd64 stable wrt bug #612216 (diff) | |
download | gentoo-386fb861fc82615f425b4193ea39a07d39735ba8.tar.gz gentoo-386fb861fc82615f425b4193ea39a07d39735ba8.tar.bz2 gentoo-386fb861fc82615f425b4193ea39a07d39735ba8.zip |
app-editors/gvim: amd64 stable wrt bug #639710
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/gvim-8.0.1298.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.0.1298.ebuild b/app-editors/gvim/gvim-8.0.1298.ebuild index b19e4d692308..5272a3e23160 100644 --- a/app-editors/gvim/gvim-8.0.1298.ebuild +++ b/app-editors/gvim/gvim-8.0.1298.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor" |