projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7704637
)
media-video/makemkv: Warn if CONFIG_CHR_DEV_SG is disabled
author
James Le Cuirot
<chewi@gentoo.org>
Wed, 24 Jan 2018 21:03:08 +0000
(21:03 +0000)
committer
James Le Cuirot
<chewi@gentoo.org>
Wed, 24 Jan 2018 21:03:36 +0000
(21:03 +0000)
Closes: https://bugs.gentoo.org/645456
Package-Manager: Portage-2.3.20, Repoman-2.3.6
media-video/makemkv/makemkv-1.10.10.ebuild
patch
|
blob
|
history
diff --git
a/media-video/makemkv/makemkv-1.10.10.ebuild
b/media-video/makemkv/makemkv-1.10.10.ebuild
index 9b3bdc586d57aa5da26ff9cf5c8baf09843d48f6..05739fbcc6b083372454eede651cc7bdc40c8a06 100644
(file)
--- 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 )