diff options
author | 2020-02-22 22:07:26 +0100 | |
---|---|---|
committer | 2020-02-22 22:07:26 +0100 | |
commit | 3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch) | |
tree | cbcb946c9c0769acaec3648b63979c24ec30a5c2 /x11-plugins/pidgin-skypeweb | |
parent | x11-libs/libxcb: Version bump to 1.14 (diff) | |
download | gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.gz gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.bz2 gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.zip |
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-skypeweb')
-rw-r--r-- | x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.4.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild | 4 |
2 files changed, 4 insertions, 4 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!" } diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild index 4a71a4612321..dec5c377b3ea 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,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!" } |