Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Sat, 21 Oct 2017 19:27:13
Message-Id: 1508611890.c09f320e3c5b98abb68aa4cc600c009d6019c6e8.asturm@gentoo
1 commit: c09f320e3c5b98abb68aa4cc600c009d6019c6e8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 18:51:30 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 21 18:51:30 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c09f320e
7
8 kde-plasma/plasma-desktop: Drop superfluous einfo
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild | 3 +--
13 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
17 index 5856e46c0c..2490d6e2ad 100644
18 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
19 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.11.49.9999.ebuild
20 @@ -130,10 +130,9 @@ RDEPEND="${COMMON_DEPEND}
21 REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )"
22
23 pkg_setup() {
24 + kde5_pkg_setup
25 if has_version net-im/skype && use legacy-systray && use amd64; then
26 - einfo
27 elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary."
28 - einfo
29 fi
30 }
31
32
33 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
34 index 5856e46c0c..2490d6e2ad 100644
35 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
36 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
37 @@ -130,10 +130,9 @@ RDEPEND="${COMMON_DEPEND}
38 REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray ) gtk3? ( legacy-systray )"
39
40 pkg_setup() {
41 + kde5_pkg_setup
42 if has_version net-im/skype && use legacy-systray && use amd64; then
43 - einfo
44 elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype is a 32-bit binary."
45 - einfo
46 fi
47 }