commit: 1ec5ac3cd9ebd84b9817c6c2ea0805adf9f92562
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 23:23:17 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 23:23:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5ac3c
net-im/skypetab-ng: fix live ebuild (bad patch name)
Package-Manager: portage-2.2.27
net-im/skypetab-ng/skypetab-ng-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild
b/net-im/skypetab-ng/skypetab-ng-9999.ebuild
index 20b0be8..bc5f941 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
}