From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A124C138334 for ; Sun, 17 Feb 2019 11:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9419BE09D5; Sun, 17 Feb 2019 11:11:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69C28E09D5 for ; Sun, 17 Feb 2019 11:11:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AAEB335D19 for ; Sun, 17 Feb 2019 11:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62E1546 for ; Sun, 17 Feb 2019 11:11:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550399461.a47aa3512aaf4568898f9e9c0206c07eabbece85.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a47aa3512aaf4568898f9e9c0206c07eabbece85 X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:11:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd25c90e-0b59-48e9-8a6b-3e466562fd93 X-Archives-Hash: 7409f537098c5459e026b62743353465 commit: a47aa3512aaf4568898f9e9c0206c07eabbece85 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 10:31:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 10:31:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a47aa351 media-libs/liblastfm: Fix USE test DEPEND Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/liblastfm/liblastfm-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild index c24ffc2a6b..a99c695366 100644 --- a/media-libs/liblastfm/liblastfm-9999.ebuild +++ b/media-libs/liblastfm/liblastfm-9999.ebuild @@ -25,8 +25,7 @@ RDEPEND=" sci-libs/fftw:3.0 ) " -DEPEND="${RDEPEND}" -BDEPEND=" +DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) "