Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
Date: Fri, 30 Jan 2015 20:54:07
Message-Id: 1422651021.00f4ee72699aee57c40978db46d0274a9fb61fcd.johu@gentoo
1 commit: 00f4ee72699aee57c40978db46d0274a9fb61fcd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 30 20:50:21 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 30 20:50:21 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=00f4ee72
7
8 [sys-auth/polkit-qt] Shorten pkg setup
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
17 index c3806a7..9b83b87 100644
18 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
19 +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
20 @@ -38,9 +38,7 @@ DEPEND="${RDEPEND}"
21 DOCS=( AUTHORS README README.porting TODO )
22
23 pkg_setup() {
24 - MULTIBUILD_VARIANTS=()
25 - use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
26 - use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
27 + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
28 }
29
30 src_configure() {