3 inherit eutils toolchain-funcs git-r3
5 DESCRIPTION
="A vim-like text editor"
6 HOMEPAGE
="http://repo.or.cz/vis.git"
7 EGIT_REPO_URI
="https://repo.or.cz/vis.git"
17 KEYWORDS
="alpha amd64 arm hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
18 IUSE
="lua syntax-highlighting"
19 REQUIRED_USE
="syntax-highlighting? ( lua )"
21 RDEPEND
="sys-libs/ncurses:0
23 lua? ( >=dev-lang/lua-5.2 )
24 syntax-highlighting? ( dev-lua/lpeg )"
29 econf $
(use_enable lua
)
31 # I'm not sure under what circumstances this works - just disable it.
32 sed -e 's/-Wl,-pie//g' -i config.mk