commit: c7c88e5dedc5b888c5cae958b8da71ff7365b993 Author: Tony Olagbaiye <bqv <AT> fron <DOT> io> AuthorDate: Sat Jun 4 01:02:41 2022 +0000 Commit: Tony Olagbaiye <gentoo <AT> fron <DOT> io> CommitDate: Sat Jun 4 01:02:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7c88e5d
app-editors/neovim-qt: update EAPI 6 -> 8 Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io> app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild index 23a279ca4..5dfcfa586 100644 --- a/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild +++ b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit vcs-snapshot cmake-utils +inherit cmake DESCRIPTION="Neovim client library and GUI, in Qt5" HOMEPAGE="https://github.com/equalsraf/neovim-qt" @@ -12,10 +12,10 @@ SRC_URI="https://github.com/equalsraf/neovim-qt/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gcov +msgpack" +IUSE="gcov" DEPEND=" - msgpack? ( dev-libs/msgpack ) + dev-libs/msgpack dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 @@ -27,8 +27,8 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( -DUSE_GCOV=$(usex gcov ON OFF) - -DUSE_SYSTEM_MSGPACK=$(usex msgpack ON OFF) + -DUSE_SYSTEM_MSGPACK=ON ) - cmake-utils_src_configure + cmake_src_configure }
