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 959A9138334 for ; Thu, 4 Oct 2018 14:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 522CDE08F9; Thu, 4 Oct 2018 14:31:36 +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 33157E08F9 for ; Thu, 4 Oct 2018 14:31:36 +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 D97A8335CE4 for ; Thu, 4 Oct 2018 14:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3C2B431 for ; Thu, 4 Oct 2018 14:31:32 +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: <1538663457.262d922749b1f786715d946efb37c980ee0bc481.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/obs-studio/obs-studio-21.1.2.ebuild media-video/obs-studio/obs-studio-9999.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 262d922749b1f786715d946efb37c980ee0bc481 X-VCS-Branch: master Date: Thu, 4 Oct 2018 14:31:32 +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: 86b7cf51-b72c-45e5-87ef-f590c8af9761 X-Archives-Hash: c43a19f3e5e29dd1e6e2297a718ac7b1 commit: 262d922749b1f786715d946efb37c980ee0bc481 Author: Jimi Huotari gentoo org> AuthorDate: Wed Sep 5 13:44:52 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 4 14:30:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262d9227 media-video/obs-studio: remove no longer needed 'CMAKE_MIN_VERSION' Signed-off-by: Jimi Huotari gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/obs-studio/obs-studio-21.1.2.ebuild | 1 - media-video/obs-studio/obs-studio-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-video/obs-studio/obs-studio-21.1.2.ebuild b/media-video/obs-studio/obs-studio-21.1.2.ebuild index dd53602850c..039aaa0fea4 100644 --- a/media-video/obs-studio/obs-studio-21.1.2.ebuild +++ b/media-video/obs-studio/obs-studio-21.1.2.ebuild @@ -4,7 +4,6 @@ EAPI=6 PYTHON_COMPAT=( python{3_4,3_5,3_6} ) -CMAKE_MIN_VERSION=3.9.6 inherit cmake-utils gnome2-utils python-single-r1 diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index 366ec070434..e220aa24b7b 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -4,7 +4,6 @@ EAPI=6 PYTHON_COMPAT=( python{3_4,3_5,3_6} ) -CMAKE_MIN_VERSION=3.9.6 inherit cmake-utils gnome2-utils python-single-r1