diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 17:07:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-17 18:30:19 +0300 |
commit | b748e99b0aabcf1bcc912cc8c318a3c94f856940 (patch) | |
tree | 29f5b0d0c40142a2dfa32d7673d4918ad09e5e5a /app-vim | |
parent | app-text/trang: dekeyword x86 (diff) | |
download | gentoo-b748e99b0aabcf1bcc912cc8c318a3c94f856940.tar.gz gentoo-b748e99b0aabcf1bcc912cc8c318a3c94f856940.tar.bz2 gentoo-b748e99b0aabcf1bcc912cc8c318a3c94f856940.zip |
app-vim/ant_menu: dekeyword x86
After a message to gentoo-dev ML, and no reply from any user on x86,
we decided to dekeyword most Java packages from x86, and reverse
dependencies of them.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild b/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild index 05b6fb4a0715..23a6b4f4f785 100644 --- a/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild +++ b/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Java ant build system integration" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=155" LICENSE="LGPL-2" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~amd64-linux ~x86-linux" RDEPEND="dev-java/ant" |