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 1569F139083 for ; Sun, 3 Dec 2017 23:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E720E0EBA; Sun, 3 Dec 2017 23:04:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 487E7E0EBA for ; Sun, 3 Dec 2017 23:04:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 58E0233BF05 for ; Sun, 3 Dec 2017 23:04:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20024AC4C for ; Sun, 3 Dec 2017 23:04:22 +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: <1512342222.9f322bb49c87779bd26d0acc79716cb3b0263da2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amarok/Manifest media-sound/amarok/amarok-2.8.90-r4.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f322bb49c87779bd26d0acc79716cb3b0263da2 X-VCS-Branch: master Date: Sun, 3 Dec 2017 23:04:22 +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: b348ffea-99d5-4e41-b34f-c38baf464809 X-Archives-Hash: 12eed66c7c12566d8c6ff148c4498f57 commit: 9f322bb49c87779bd26d0acc79716cb3b0263da2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 3 23:01:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 3 23:03:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f322bb4 media-sound/amarok: Drop bogus USE=opengl Not used at all since -DWITH_SPECTRUM_ANALYZER=OFF. Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/amarok/Manifest | 2 +- media-sound/amarok/amarok-2.8.90-r4.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/media-sound/amarok/Manifest b/media-sound/amarok/Manifest index 81273e9657d..48cb29a3906 100644 --- a/media-sound/amarok/Manifest +++ b/media-sound/amarok/Manifest @@ -1 +1 @@ -DIST amarok-2.8.90.tar.xz 48890580 SHA256 b057369ab70d192b669ee6c2c11e9e7d4140663f6a60d6175ef0bb56b4bef9a7 SHA512 1ff5f43100dbe027c8676946a4e82e914927b03ac0bb9e95bfc7e9e03fcc1cad81d9ea2a343bc4f644a025242e224ea9ae3cae7423d68b0b3c68f346922537fc WHIRLPOOL 22da35ea61dcda04d882f4c0da7327cab10edf50140b3ae891738d10e1b9e5062eb541e35e817fd04a7f0284eb085b5ccf3edfa20438b764a9ce3615de35ca8c +DIST amarok-2.8.90.tar.xz 48890580 BLAKE2B 81367b491237abd7a6201d94ea39412a7a69867553c688d9c691749102ac8eb6e59ab5ff17d3b74718211e4975e1daacb15ef3bc1bc35d82954de890213eb544 SHA512 1ff5f43100dbe027c8676946a4e82e914927b03ac0bb9e95bfc7e9e03fcc1cad81d9ea2a343bc4f644a025242e224ea9ae3cae7423d68b0b3c68f346922537fc diff --git a/media-sound/amarok/amarok-2.8.90-r4.ebuild b/media-sound/amarok/amarok-2.8.90-r4.ebuild index 59abced5c7c..4ea07c89b53 100644 --- a/media-sound/amarok/amarok-2.8.90-r4.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r4.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" SLOT="4" -IUSE="debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils" +IUSE="debug +embedded ipod lastfm mp3tunes mtp ofa test +utils" if [[ ${KDE_BUILD_TYPE} == live ]]; then RESTRICT+=" test" @@ -32,7 +32,7 @@ COMMONDEPEND=" >=dev-qt/qtcore-4.8:4 >=dev-qt/qtdbus-4.8:4 >=dev-qt/qtscript-4.8:4 - >=kde-frameworks/kdelibs-4.14.37:4[opengl?,plasma] + >=kde-frameworks/kdelibs-4.14.37:4[plasma] >=media-libs/taglib-1.7[asf(+),mp4(+)] >=media-libs/taglib-extras-1.0.1 sys-libs/zlib @@ -50,7 +50,6 @@ COMMONDEPEND=" ) mtp? ( >=media-libs/libmtp-1.0.0 ) ofa? ( >=media-libs/libofa-0.9.0 ) - opengl? ( virtual/opengl ) " DEPEND="${COMMONDEPEND} dev-util/automoc