From d147dd05f0c3afc43709177987d43bef2e7fee65 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 14 Mar 2020 16:17:58 -0500 Subject: app-emulation/spice-protocol: port live ebuild to meson Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Matthias Maier --- app-emulation/spice-protocol/spice-protocol-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'app-emulation/spice-protocol/spice-protocol-9999.ebuild') diff --git a/app-emulation/spice-protocol/spice-protocol-9999.ebuild b/app-emulation/spice-protocol/spice-protocol-9999.ebuild index 781224a6a4c7..a2dc0bc3006d 100644 --- a/app-emulation/spice-protocol/spice-protocol-9999.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-9999.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit meson + if [[ ${PV} = *9999* ]]; then - inherit git-r3 autotools + inherit git-r3 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git" SRC_URI="" KEYWORDS="" @@ -22,8 +24,3 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" - -src_prepare() { - [[ ${PV} = *9999* ]] && eautoreconf - default -} -- cgit v1.2.3-65-gdbad