commit:     4f73671c52a300a39cc3ecaf57392b573164c395
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:08:19 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:43:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f73671c

dev-libs/libvterm-neovim: Port to EAPI 8

Closes: https://bugs.gentoo.org/726996
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild 
b/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild
index 6f5095ce09c..83c8e6b9729 100644
--- a/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild
+++ b/dev-libs/libvterm-neovim/libvterm-neovim-0.0_pre20150621.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-inherit flag-o-matic multilib
+inherit flag-o-matic
 
 DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 
terminal emulator"
 HOMEPAGE="http://www.leonerd.org.uk/code/libvterm/";
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="sys-devel/libtool
+BDEPEND="sys-devel/libtool
        virtual/pkgconfig"
 
 src_compile() {
@@ -24,7 +24,7 @@ src_compile() {
 src_install() {
        emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
                DESTDIR="${D}" install
-       find "${ED}" -name '*.la' -delete || die
+       find "${ED}" -name '*.la' -o -name "*.a" -delete || die
 
-       dodoc doc/*
+       dodoc -r doc/.
 }

Reply via email to