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 985E3138331 for ; Wed, 24 Jan 2018 21:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 050DEE0908; Wed, 24 Jan 2018 21:03:46 +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 DCBD0E0908 for ; Wed, 24 Jan 2018 21:03:45 +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 2A749335C33 for ; Wed, 24 Jan 2018 21:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1B041C9 for ; Wed, 24 Jan 2018 21:03:43 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1516827816.edd37643f6eb6a6106d77b1d191a30965c95c669.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/makemkv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/makemkv/makemkv-1.10.10.ebuild X-VCS-Directories: media-video/makemkv/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: edd37643f6eb6a6106d77b1d191a30965c95c669 X-VCS-Branch: master Date: Wed, 24 Jan 2018 21:03:43 +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: 4262737f-1c4b-442e-a7f5-1863b98e7287 X-Archives-Hash: 5e44f20dc65b51d395ebfa4d1d6ab044 commit: edd37643f6eb6a6106d77b1d191a30965c95c669 Author: James Le Cuirot gentoo org> AuthorDate: Wed Jan 24 21:03:08 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Jan 24 21:03:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd37643 media-video/makemkv: Warn if CONFIG_CHR_DEV_SG is disabled Closes: https://bugs.gentoo.org/645456 Package-Manager: Portage-2.3.20, Repoman-2.3.6 media-video/makemkv/makemkv-1.10.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/makemkv/makemkv-1.10.10.ebuild b/media-video/makemkv/makemkv-1.10.10.ebuild index 9b3bdc586d5..05739fbcc6b 100644 --- a/media-video/makemkv/makemkv-1.10.10.ebuild +++ b/media-video/makemkv/makemkv-1.10.10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome2-utils flag-o-matic +inherit gnome2-utils flag-o-matic linux-info MY_P=makemkv-oss-${PV} MY_PB=makemkv-bin-${PV} @@ -37,6 +37,7 @@ DEPEND=" RDEPEND="${DEPEND} net-misc/wget" +CONFIG_CHECK="~CHR_DEV_SG" S="${WORKDIR}/makemkv-oss-${PV}" PATCHES=( "${FILESDIR}"/${PN}-{wget,path}.patch )