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 166E2138334 for ; Sun, 18 Nov 2018 14:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB972E0DFE; Sun, 18 Nov 2018 14:14:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7A292E0DFE for ; Sun, 18 Nov 2018 14:14:56 +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 19C5D335C38 for ; Sun, 18 Nov 2018 14:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2538A468 for ; Sun, 18 Nov 2018 14:14:52 +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: <1542550474.6972f4cd4bf9063c69bb50f353183c19ef02a8f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild media-plugins/audacious-plugins/audacious-plugins-9999.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6972f4cd4bf9063c69bb50f353183c19ef02a8f6 X-VCS-Branch: master Date: Sun, 18 Nov 2018 14:14:52 +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: d23f8596-8842-426f-ab8e-7e0416a0c3d5 X-Archives-Hash: 72df204ad9766158b67cb3beed7d125d commit: 6972f4cd4bf9063c69bb50f353183c19ef02a8f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 18 14:08:36 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 18 14:14:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6972f4cd media-plugins/audacious-plugins: Sort dependencies Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild | 8 ++++---- media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild index f8439c86fa9..2b8878c61b6 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.ebuild @@ -57,15 +57,15 @@ RDEPEND=" ampache? ( =media-libs/ampache_browser-1* ) bs2b? ( media-libs/libbs2b ) cdda? ( - >=media-libs/libcddb-1.2.1 dev-libs/libcdio:= dev-libs/libcdio-paranoia + >=media-libs/libcddb-1.2.1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( - >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 + >=media-libs/libvorbis-1.0 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) @@ -88,8 +88,8 @@ RDEPEND=" soxr? ( media-libs/soxr ) speedpitch? ( media-libs/libsamplerate:= ) vorbis? ( - >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 + >=media-libs/libvorbis-1.2.0 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 )" @@ -127,8 +127,8 @@ src_configure() { $(use_enable cdda cdaudio) \ $(use_enable cue) \ $(use_enable flac) \ - $(use_enable fluidsynth amidiplug) \ $(use_enable flac filewriter) \ + $(use_enable fluidsynth amidiplug) \ $(use_enable gme console) \ $(use_enable http neon) \ $(use_enable jack) \ diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 49746fa262f..30c931fcafa 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -55,20 +55,20 @@ RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.16 ) ampache? ( =media-libs/ampache_browser-1* ) aosd? ( - x11-libs/libXrender x11-libs/libXcomposite + x11-libs/libXrender ) bs2b? ( media-libs/libbs2b ) cdda? ( - >=media-libs/libcddb-1.2.1 dev-libs/libcdio:= dev-libs/libcdio-paranoia + >=media-libs/libcddb-1.2.1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=virtual/ffmpeg-0.7.3 ) flac? ( - >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 + >=media-libs/libvorbis-1.0 ) fluidsynth? ( media-sound/fluidsynth ) http? ( >=net-libs/neon-0.26.4 ) @@ -100,8 +100,8 @@ RDEPEND=" soxr? ( media-libs/soxr ) speedpitch? ( media-libs/libsamplerate:= ) vorbis? ( - >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 + >=media-libs/libvorbis-1.2.0 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 )" @@ -148,8 +148,8 @@ src_configure() { $(use_enable cdda cdaudio) \ $(use_enable cue) \ $(use_enable flac) \ - $(use_enable fluidsynth amidiplug) \ $(use_enable flac filewriter) \ + $(use_enable fluidsynth amidiplug) \ $(use_enable gme console) \ $(use_enable $(usex gtk gtk gtk3) gtk) \ $(use_enable hotkeys hotkey) \