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 0569613829C for ; Mon, 13 Jun 2016 14:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574C1E0962; Mon, 13 Jun 2016 14:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 04504E0962 for ; Mon, 13 Jun 2016 14:34:18 +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 B9DBA3406C0 for ; Mon, 13 Jun 2016 14:34:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E87E223F1 for ; Mon, 13 Jun 2016 14:34:15 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1465828433.ffabec184e9a6cc793bfd558679d35c0f688d193.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/movit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/movit/movit-1.3.2.ebuild X-VCS-Directories: media-video/movit/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: ffabec184e9a6cc793bfd558679d35c0f688d193 X-VCS-Branch: master Date: Mon, 13 Jun 2016 14:34:15 +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: d21f0dab-93cb-4942-b077-732717039482 X-Archives-Hash: eda22f40e33baaaa90542e99506c521b commit: ffabec184e9a6cc793bfd558679d35c0f688d193 Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 13 14:33:40 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Jun 13 14:33:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffabec18 media-video/movit: Tighten fftw dep #585312 Package-Manager: portage-2.3.0_rc1 media-video/movit/movit-1.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/movit/movit-1.3.2.ebuild b/media-video/movit/movit-1.3.2.ebuild index 4f5ac96..9671f57 100644 --- a/media-video/movit/movit-1.3.2.ebuild +++ b/media-video/movit/movit-1.3.2.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$ @@ -23,7 +23,7 @@ IUSE="" RDEPEND="media-libs/mesa >=dev-cpp/eigen-3.2.0:3 media-libs/libepoxy - sci-libs/fftw + >=sci-libs/fftw-3 media-libs/libsdl2 " DEPEND="${RDEPEND}"