media-plugins/xbmc-addon-xvdr: EAPI 6
authorJohannes Huber <johu@gentoo.org>
Wed, 30 May 2018 21:35:52 +0000 (23:35 +0200)
committerJohannes Huber <johu@gentoo.org>
Wed, 30 May 2018 21:36:37 +0000 (23:36 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild

index d492d2509b93432b58087cfcea2f3c240897b61f..897eb4d0ccc5fef000e31b9ef4390b55aee37d1d 100644 (file)
@@ -1,14 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=6
 
 inherit autotools multilib git-r3
 
 DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
 HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"
 EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
-KEYWORDS=""
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
@@ -17,6 +16,7 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+       default
        eautoreconf
 }