commit: d147dd05f0c3afc43709177987d43bef2e7fee65
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 14 21:17:58 2020 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Mar 14 21:43:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d147dd05
app-emulation/spice-protocol: port live ebuild to meson
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
app-emulation/spice-protocol/spice-protocol-9999.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/app-emulation/spice-protocol/spice-protocol-9999.ebuild
b/app-emulation/spice-protocol/spice-protocol-9999.ebuild
index 781224a6a4c..a2dc0bc3006 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
-}