From: Sergei Trofimovich Date: Fri, 4 Mar 2016 23:23:17 +0000 (+0000) Subject: net-im/skypetab-ng: fix live ebuild (bad patch name) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ec5ac3cd9ebd84b9817c6c2ea0805adf9f92562;p=gentoo.git net-im/skypetab-ng: fix live ebuild (bad patch name) Package-Manager: portage-2.2.27 --- diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild b/net-im/skypetab-ng/skypetab-ng-9999.ebuild index 20b0be834554..bc5f94102282 100644 --- a/net-im/skypetab-ng/skypetab-ng-9999.ebuild +++ b/net-im/skypetab-ng/skypetab-ng-9999.ebuild @@ -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 }