diff options
author | Sam James <sam@gentoo.org> | 2022-10-05 16:44:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-05 16:44:47 +0100 |
commit | 3457953fd0a7146f097ae40776ee261172ce7c67 (patch) | |
tree | 3fadd6696a5be3ecdf93288b5567c41b70384c1b /app-editors | |
parent | games-puzzle/torrent: EAPI 8, fix configure with Clang 16 (diff) | |
download | gentoo-3457953fd0a7146f097ae40776ee261172ce7c67.tar.gz gentoo-3457953fd0a7146f097ae40776ee261172ce7c67.tar.bz2 gentoo-3457953fd0a7146f097ae40776ee261172ce7c67.zip |
app-editors/vim: add gentoo-syntax dep back to 9.0.9655
Dropped by mistake.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-9.0.0655-r1.ebuild (renamed from app-editors/vim/vim-9.0.0655.ebuild) | 1 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/vim/vim-9.0.0655.ebuild b/app-editors/vim/vim-9.0.0655-r1.ebuild index 5ffcda64baac..f9e1c2239e75 100644 --- a/app-editors/vim/vim-9.0.0655.ebuild +++ b/app-editors/vim/vim-9.0.0655-r1.ebuild @@ -64,6 +64,7 @@ BDEPEND=" lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " +PDEPEND="!minimal? ( app-vim/gentoo-syntax )" pkg_setup() { # people with broken alphabets run into trouble. bug #82186. diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index 5ffcda64baac..f9e1c2239e75 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -64,6 +64,7 @@ BDEPEND=" lua? ( ${LUA_DEPS} ) nls? ( sys-devel/gettext ) " +PDEPEND="!minimal? ( app-vim/gentoo-syntax )" pkg_setup() { # people with broken alphabets run into trouble. bug #82186. |