net-im/skypetab-ng: fix live ebuild (bad patch name)
authorSergei Trofimovich <slyfox@gentoo.org>
Fri, 4 Mar 2016 23:23:17 +0000 (23:23 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 4 Mar 2016 23:23:40 +0000 (23:23 +0000)
Package-Manager: portage-2.2.27

net-im/skypetab-ng/skypetab-ng-9999.ebuild

index 20b0be834554f6288db810c8ea461d54ad91a1ba..bc5f941022820bf20f0e83e8e157cde4532fa812 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 if [[ ${PV} = *9999* ]]; then
        EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git"
@@ -38,5 +38,5 @@ pkg_setup() {
 }
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-isdigit.patch
+       epatch "${FILESDIR}"/${PN}-0.5.2_p20150201-isdigit.patch
 }