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 D0A201397D5 for ; Sun, 16 Aug 2015 14:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48CF5E0887; Sun, 16 Aug 2015 14:21:02 +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 9F1C3E0887 for ; Sun, 16 Aug 2015 14:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 625693408E5 for ; Sun, 16 Aug 2015 14:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62A014D for ; Sun, 16 Aug 2015 14:20:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1439734850.48ad977b8a166c1ae5079fee8b60aae90e0d0ad6.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lame/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lame/lame-3.99.5-r1.ebuild X-VCS-Directories: media-sound/lame/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 48ad977b8a166c1ae5079fee8b60aae90e0d0ad6 X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:20:58 +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: c602c866-64cd-48f1-b2aa-9071cf1ecd29 X-Archives-Hash: 878b22bf95332bf0af11c007f4e36866 commit: 48ad977b8a166c1ae5079fee8b60aae90e0d0ad6 Author: Justin Lecher gentoo org> AuthorDate: Sun Aug 16 13:39:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Aug 16 14:20:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ad977b media-sound/lame: Add missing dep on ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> media-sound/lame/lame-3.99.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild b/media-sound/lame/lame-3.99.5-r1.ebuild index b1fb71d..48f81fd 100644 --- a/media-sound/lame/lame-3.99.5-r1.ebuild +++ b/media-sound/lame/lame-3.99.5-r1.ebuild @@ -18,7 +18,8 @@ IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs" # These deps are without MULTILIB_USEDEP and are correct since we only build # libmp3lame for multilib and these deps apply to the lame frontend executable. -RDEPEND=">=sys-libs/ncurses-5.7-r7 +RDEPEND=" + >=sys-libs/ncurses-5.7-r7:5= sndfile? ( >=media-libs/libsndfile-1.0.2 ) abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND}