diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-03-04 23:23:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-03-04 23:23:40 +0000 |
commit | 1ec5ac3cd9ebd84b9817c6c2ea0805adf9f92562 (patch) | |
tree | c731e7834a0876dcef0084bb1c9948ca6d14c21e /net-im | |
parent | profiles: add default/linux/x86/13.0/systemd (diff) | |
download | gentoo-1ec5ac3cd9ebd84b9817c6c2ea0805adf9f92562.tar.gz gentoo-1ec5ac3cd9ebd84b9817c6c2ea0805adf9f92562.tar.bz2 gentoo-1ec5ac3cd9ebd84b9817c6c2ea0805adf9f92562.zip |
net-im/skypetab-ng: fix live ebuild (bad patch name)
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-9999.ebuild | 4 |
1 files 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 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 } |