From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75D8F138824 for ; Wed, 22 Oct 2014 13:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BABD9E084D; Wed, 22 Oct 2014 13:59:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A96CE084D for ; Wed, 22 Oct 2014 13:59:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 802BA34028A for ; Wed, 22 Oct 2014 13:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26A1D8776 for ; Wed, 22 Oct 2014 13:59:10 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1413986332.f7c6300e471066141cb532524684088469243d10.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/liblastfm/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/liblastfm/liblastfm-9999.ebuild X-VCS-Directories: media-libs/liblastfm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f7c6300e471066141cb532524684088469243d10 X-VCS-Branch: master Date: Wed, 22 Oct 2014 13:59:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f30b46b1-fc44-436c-b0df-7ae7e6b9a02e X-Archives-Hash: 602b0c7da56a489cc09f3d0b80ca7872 commit: f7c6300e471066141cb532524684088469243d10 Author: Michael Palimaka gentoo org> AuthorDate: Wed Oct 22 13:58:52 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 22 13:58:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f7c6300e [media-libs/libliastfm] Ensure build against at least one Qt version wrt bug #526472. Package-Manager: portage-2.2.12 --- media-libs/liblastfm/liblastfm-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild index 19447a5..f4536ce 100644 --- a/media-libs/liblastfm/liblastfm-9999.ebuild +++ b/media-libs/liblastfm/liblastfm-9999.ebuild @@ -15,6 +15,8 @@ KEYWORDS="" SLOT="0/0" IUSE="fingerprint test +qt4 qt5" +REQUIRED_USE="|| ( qt4 qt5 )" + COMMON_DEPEND=" qt4? ( dev-qt/qtcore:4