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 A74A61395E2 for ; Wed, 7 Dec 2016 06:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE339E0D89; Wed, 7 Dec 2016 06:42:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 831BEE0D86 for ; Wed, 7 Dec 2016 06:42:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85C8B34155D for ; Wed, 7 Dec 2016 06:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D766C24BE for ; Wed, 7 Dec 2016 06:42:07 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1481090338.1ff469d235d29bb99dc9fb137c8879390df5e56b.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/moc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/moc/moc-2.5.0.ebuild X-VCS-Directories: media-sound/moc/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1ff469d235d29bb99dc9fb137c8879390df5e56b X-VCS-Branch: master Date: Wed, 7 Dec 2016 06:42:07 +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: 00a7d02d-5e2e-4001-914f-bf247eb17d5f X-Archives-Hash: a9895e8022824686a2c28083d2cc0200 commit: 1ff469d235d29bb99dc9fb137c8879390df5e56b Author: Jason Zaman gentoo org> AuthorDate: Wed Dec 7 05:58:58 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Dec 7 05:58:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff469d2 media-sound/moc: Add subslot deps for ncurses and db Package-Manager: portage-2.3.0 media-sound/moc/moc-2.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/moc/moc-2.5.0.ebuild b/media-sound/moc/moc-2.5.0.ebuild index 9f6273d..032b1ee 100644 --- a/media-sound/moc/moc-2.5.0.ebuild +++ b/media-sound/moc/moc-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,10 +16,10 @@ IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic modpl oss sid sndfile speex timidity tremor +unicode vorbis wavpack" RDEPEND=">=dev-libs/libltdl-2:0 - sys-libs/ncurses[unicode?] + sys-libs/ncurses:0=[unicode?] aac? ( media-libs/faad2 ) alsa? ( media-libs/alsa-lib ) - cache? ( >=sys-libs/db-4 ) + cache? ( >=sys-libs/db-4:= ) curl? ( net-misc/curl ) ffmpeg? ( virtual/ffmpeg ) flac? ( media-libs/flac )