media-plugins/vdr-pilot: fixed renamed vdr-plugin-2.eclass function
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 5 Jun 2016 11:35:52 +0000 (13:35 +0200)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 5 Jun 2016 11:39:12 +0000 (13:39 +0200)
Package-Manager: portage-2.3.0_rc1

media-plugins/vdr-pilot/vdr-pilot-0.0.9-r1.ebuild

index dfb7515553731734bfa02ae0989220edee359b04..17f06591750a6fa99ba641348148bf6592e2a8b5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -27,5 +27,5 @@ src_prepare() {
        fi
 
        sed -i pilot.c -e "s:RegisterI18n://RegisterI18n:"
-       remove_i18n_include pilot.c
+       vdr_remove_i18n_include pilot.c
 }