git: 5765994c280f - main - editors/vim: don't exclude RUBY on powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 22 Apr 2022 15:51:31 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5765994c280f3eb7b6f4f44579aed4f4d7a0b647

commit 5765994c280f3eb7b6f4f44579aed4f4d7a0b647
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-22 15:37:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-22 15:37:47 +0000

    editors/vim: don't exclude RUBY on powerpc64
---
 editors/vim/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1af346de19cf..9119649b2474 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -116,9 +116,6 @@ CTAGS_BASE_DESC=	Use system ctags
 CTAGS_EXUBERANT_DESC=	Use exctags instead of ctags
 CTAGS_UNIVERSAL_DESC=	Use uctags instead of ctags
 
-# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
-OPTIONS_EXCLUDE_powerpc64=	RUBY
-
 # GENERAL OPTIONS
 CTAGS_EXUBERANT_RUN_DEPENDS=	exctags:devel/ctags
 CTAGS_UNIVERSAL_RUN_DEPENDS=	uctags:devel/universal-ctags