projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3faadaf
)
app-portage/grs: fix use of linux-info_pkg_setup
author
Anthony G. Basile
<blueness@gentoo.org>
Tue, 23 Feb 2016 01:39:47 +0000
(20:39 -0500)
committer
Anthony G. Basile
<blueness@gentoo.org>
Tue, 23 Feb 2016 01:39:47 +0000
(20:39 -0500)
Package-Manager: portage-2.2.26
app-portage/grs/grs-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-portage/grs/grs-9999.ebuild
b/app-portage/grs/grs-9999.ebuild
index 9f02750daee1a46c787fa16de8d7eb7c184df164..901f63a735d6ed372cc365832de9fd20ae0846e2 100644
(file)
--- a/
app-portage/grs/grs-9999.ebuild
+++ b/
app-portage/grs/grs-9999.ebuild
@@
-41,9
+41,9
@@
RDEPEND="
)"
pkg_setup() {
+ local CONFIG_CHECK="~CGROUPS"
+ local ERROR_CGROUPS="WARNING: grsrun requires CONFIG_CGROUPS enabled in the kernel."
linux-info_pkg_setup
- CONFIG_CHECK="~CGROUPS"
- ERROR_CGROUPS="WARNING: grsrun requires CONFIG_CGROUPS enabled in the kernel."
}
src_install() {