Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/liblastfm/
Date: Tue, 23 Feb 2016 14:15:33
Message-Id: 1456236918.8c87f4975b5a7336d49739011cd3ba3efae3384a.kensington@gentoo
1 commit: 8c87f4975b5a7336d49739011cd3ba3efae3384a
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 21:26:16 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 14:15:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c87f497
7
8 media-libs/liblastfm: EAPI=6
9
10 Package-Manager: portage-2.2.27
11
12 media-libs/liblastfm/liblastfm-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
16 index 607553a..b2079b4 100644
17 --- a/media-libs/liblastfm/liblastfm-9999.ebuild
18 +++ b/media-libs/liblastfm/liblastfm-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 inherit cmake-utils multibuild git-r3
27
28 @@ -57,8 +57,8 @@ src_configure() {
29 # demos not working
30 local mycmakeargs=(
31 -DBUILD_DEMOS=OFF
32 - $(cmake-utils_use_build fingerprint)
33 - $(cmake-utils_use_build test TESTS)
34 + -DBUILD_FINGERPRINT=$(usex fingerprint)
35 + -DBUILD_TESTS=$(usex test)
36 )
37 if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
38 mycmakeargs+=(-DBUILD_WITH_QT4=ON)