diff options
Diffstat (limited to 'x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild')
-rw-r--r-- | x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild index a0ec9691b6b6..558c4ba3ee66 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/skype4pidgin-${PV}/skypeweb" -pkg_postinst(){ +pkg_postinst() { elog "If you get error message like 'Failed getting Magic T value':" elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!" } |