diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-20 23:58:18 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-20 23:58:18 +0200 |
commit | 71631990cb760f994c9dc399fd25351e4107a9ad (patch) | |
tree | cab38c63b4849411d86d8ff4ba56837ea5e93043 /app-vim/dbext | |
parent | media-gfx/digikam: do not allow media-libs/opencv[qt5] (diff) | |
download | gentoo-71631990cb760f994c9dc399fd25351e4107a9ad.tar.gz gentoo-71631990cb760f994c9dc399fd25351e4107a9ad.tar.bz2 gentoo-71631990cb760f994c9dc399fd25351e4107a9ad.zip |
app-vim/dbext: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/dbext-24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/dbext/dbext-24.0.ebuild b/app-vim/dbext/dbext-24.0.ebuild index 2dbac2065480..e6ee019547b1 100644 --- a/app-vim/dbext/dbext-24.0.ebuild +++ b/app-vim/dbext/dbext-24.0.ebuild @@ -9,6 +9,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" LICENSE="GPL-2" -KEYWORDS="~amd64 ~mips ~ppc ~x86" +KEYWORDS="amd64 mips ppc x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |