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 430DF1382C5 for ; Wed, 2 Jun 2021 22:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EFFCE089A; Wed, 2 Jun 2021 22:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 10D6AE0898 for ; Wed, 2 Jun 2021 22:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B55B2335C86 for ; Wed, 2 Jun 2021 22:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C34B79E for ; Wed, 2 Jun 2021 22:36:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622670623.fccb5014cbef0bb6d098b16fc3588acfe381979c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/guvcview/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/guvcview/guvcview-2.0.6-r1.ebuild media-video/guvcview/guvcview-2.0.6-r2.ebuild X-VCS-Directories: media-video/guvcview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fccb5014cbef0bb6d098b16fc3588acfe381979c X-VCS-Branch: master Date: Wed, 2 Jun 2021 22:36:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84900e7d-75cd-4d13-a0e7-03773acefd4d X-Archives-Hash: 5863d118b5e6c7a41c145acc0c20cbb0 commit: fccb5014cbef0bb6d098b16fc3588acfe381979c Author: Sam James gentoo org> AuthorDate: Wed Jun 2 21:21:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 2 21:50:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccb5014 media-video/guvcview: subscribe to sci-libs/gsl subslot Signed-off-by: Sam James gentoo.org> .../guvcview/{guvcview-2.0.6-r1.ebuild => guvcview-2.0.6-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/guvcview/guvcview-2.0.6-r1.ebuild b/media-video/guvcview/guvcview-2.0.6-r2.ebuild similarity index 95% rename from media-video/guvcview/guvcview-2.0.6-r1.ebuild rename to media-video/guvcview/guvcview-2.0.6-r2.ebuild index a24e2f2d304..fb40e25584f 100644 --- a/media-video/guvcview/guvcview-2.0.6-r1.ebuild +++ b/media-video/guvcview/guvcview-2.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ RDEPEND=" >=media-video/ffmpeg-2.8:0= virtual/libusb:1 virtual/udev - gsl? ( >=sci-libs/gsl-1.15 ) + gsl? ( >=sci-libs/gsl-1.15:= ) pulseaudio? ( >=media-sound/pulseaudio-0.9.15 ) qt5? ( dev-qt/qtcore:5